From e6ca12f4c3ac539ce598c91877bf9e6cc6eda20e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 9 Jun 2016 16:57:05 -0600 Subject: [PATCH] Changes from review of last PR --- arch/arm/src/stm32/stm32_pwm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/src/stm32/stm32_pwm.c b/arch/arm/src/stm32/stm32_pwm.c index 31cdb4dac4..a6f3a5749b 100644 --- a/arch/arm/src/stm32/stm32_pwm.c +++ b/arch/arm/src/stm32/stm32_pwm.c @@ -123,13 +123,12 @@ #ifdef CONFIG_DEBUG_PWM # define pwmdbg dbg +# define pwmlldbg lldbg # ifdef CONFIG_DEBUG_VERBOSE -# define pwmlldbg lldbg # define pwmvdbg vdbg # define pwmllvdbg llvdbg # define pwm_dumpgpio(p,m) stm32_dumpgpio(p,m) # else -# define pwmlldbg(x...) # define pwmvdbg(x...) # define pwmllvdbg(x...) # define pwm_dumpgpio(p,m)