summaryrefslogtreecommitdiff
path: root/nuttx/configs/demo9s12ne64/src/demo9s12ne64.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-27 17:32:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-27 17:32:01 -0600
commitf29a691c031e9d277e6153eb29ecd3dedf90e950 (patch)
tree7aa68f2f50e3930b26cb49fda45d21dea5e1061f /nuttx/configs/demo9s12ne64/src/demo9s12ne64.h
parent3de897cd20b1e204a72bcd180934c67af359c884 (diff)
downloadnuttx-f29a691c031e9d277e6153eb29ecd3dedf90e950.tar.gz
nuttx-f29a691c031e9d277e6153eb29ecd3dedf90e950.tar.bz2
nuttx-f29a691c031e9d277e6153eb29ecd3dedf90e950.zip
configs/: Remove prototypes of board_led* functions from all board header files
Diffstat (limited to 'nuttx/configs/demo9s12ne64/src/demo9s12ne64.h')
-rw-r--r--nuttx/configs/demo9s12ne64/src/demo9s12ne64.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/nuttx/configs/demo9s12ne64/src/demo9s12ne64.h b/nuttx/configs/demo9s12ne64/src/demo9s12ne64.h
index e27f8d62d..48368d0cd 100644
--- a/nuttx/configs/demo9s12ne64/src/demo9s12ne64.h
+++ b/nuttx/configs/demo9s12ne64/src/demo9s12ne64.h
@@ -63,17 +63,6 @@
/************************************************************************************
* Public Functions
************************************************************************************/
-/************************************************************************************
- * Name: board_led_initialize
- *
- * Description:
- * Configure and initialize on-board LEDs
- *
- ************************************************************************************/
-
-#ifdef CONFIG_ARCH_LEDS
-extern void board_led_initialize(void);
-#endif
/************************************************************************************
* Name: hcs12_spiinitialize