Changes from review of last PR

This commit is contained in:
Gregory Nutt 2016-06-09 16:57:05 -06:00
parent 251af4894c
commit e6ca12f4c3

View File

@ -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)