Add a generic user LED upper half discrete driver

This commit is contained in:
Gregory Nutt
2015-11-01 14:41:40 -06:00
parent cbb78071b3
commit 0dea00177e
8 changed files with 862 additions and 7 deletions
+1 -1
View File
@@ -354,7 +354,7 @@ config BUTTONS_LOWER
will undefine __KERNEL__ before included board.h.
If your board does not meet these requirements, then the
board_lower.c file can still be copied to your your
button_lower.c file can still be copied to your your
board src/ directory and modified for your specific board
requirements.