summaryrefslogtreecommitdiff
path: root/nuttx/configs/efm32-g8xx-stk
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/efm32-g8xx-stk
parent3de897cd20b1e204a72bcd180934c67af359c884 (diff)
downloadpx4-nuttx-f29a691c031e9d277e6153eb29ecd3dedf90e950.tar.gz
px4-nuttx-f29a691c031e9d277e6153eb29ecd3dedf90e950.tar.bz2
px4-nuttx-f29a691c031e9d277e6153eb29ecd3dedf90e950.zip
configs/: Remove prototypes of board_led* functions from all board header files
Diffstat (limited to 'nuttx/configs/efm32-g8xx-stk')
-rw-r--r--nuttx/configs/efm32-g8xx-stk/src/efm32-g8xx-stk.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/nuttx/configs/efm32-g8xx-stk/src/efm32-g8xx-stk.h b/nuttx/configs/efm32-g8xx-stk/src/efm32-g8xx-stk.h
index da5bda332..8ef8a53b6 100644
--- a/nuttx/configs/efm32-g8xx-stk/src/efm32-g8xx-stk.h
+++ b/nuttx/configs/efm32-g8xx-stk/src/efm32-g8xx-stk.h
@@ -91,12 +91,4 @@
* Public Function Prototypes
****************************************************************************/
-/****************************************************************************
- * Name: board_led_initialize
- ****************************************************************************/
-
-#ifdef CONFIG_ARCH_LEDS
-void board_led_initialize(void);
-#endif
-
#endif /* __CONFIGS_EFM32_G8XX_STK_SRC_EFM32_G8XX_STK_H */