Fix NuTiny-SDK-NUC120 LEDs

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5679 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2013-02-27 15:16:46 +00:00
parent ca83133f2b
commit e6298a7a4c
51 changed files with 434 additions and 282 deletions
+7
View File
@@ -381,6 +381,13 @@ config DEBUG_LCD
---help---
Enable low level debug SYSLOG output from the LCD driver (disabled by default)
config DEBUG_LEDS
bool "Enable Low-level LED Debug Output"
default n
depends on ARCH_HAVE_LEDS
---help---
Enable low level debug from board-specific LED logic
config DEBUG_INPUT
bool "Enable Input Device Debug Output"
default n