summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788/src/lpc17_autoleds.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/open1788/src/lpc17_autoleds.c')
-rw-r--r--nuttx/configs/open1788/src/lpc17_autoleds.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/nuttx/configs/open1788/src/lpc17_autoleds.c b/nuttx/configs/open1788/src/lpc17_autoleds.c
index 66cfc1734..80d682df5 100644
--- a/nuttx/configs/open1788/src/lpc17_autoleds.c
+++ b/nuttx/configs/open1788/src/lpc17_autoleds.c
@@ -134,29 +134,25 @@
#define LED_IDLE_OFF_SETBITS ((0) << OFF_SETBITS_SHIFT)
#define LED_IDLE_OFF_CLRBITS ((OPEN1788_LED4) << OFF_CLRBITS_SHIFT)
-/* Enables debug output from this file (needs CONFIG_DEBUG with
- * CONFIG_DEBUG_VERBOSE too)
+/* CONFIG_DEBUG_LEDS enables debug output from this file (needs CONFIG_DEBUG
+ * with CONFIG_DEBUG_VERBOSE too)
*/
-#undef LED_DEBUG /* Define to enable debug */
-#undef LED_VERBOSE /* Define to enable verbose debug */
-
-#ifdef LED_DEBUG
-# define leddbg lldbg
-# ifdef LED_VERBOSE
+#ifdef CONFIG_DEBUG_LEDS
+# define leddbg lldbg
+# ifdef CONFIG_DEBUG_VERBOSE
# define ledvdbg lldbg
# else
# define ledvdbg(x...)
# endif
#else
-# undef LED_VERBOSE
# define leddbg(x...)
# define ledvdbg(x...)
#endif
/* Dump GPIO registers */
-#ifdef LED_VERBOSE
+#if defined(CONFIG_DEBUG_VERBOSE) && defined(CONFIG_DEBUG_LEDS)
# define led_dumpgpio(m) lpc17_dumpgpio(???, m)
#else
# define led_dumpgpio(m)