configs/: Remove prototypes of board_led* functions from all board header files

This commit is contained in:
Gregory Nutt
2015-02-27 17:32:01 -06:00
parent 6934085e22
commit 00a4b1f6d6
22 changed files with 6 additions and 201 deletions
-8
View File
@@ -235,14 +235,6 @@ int weak_function sam_hsmciinit(void);
# define sam_hsmciinit()
#endif
/************************************************************************************
* Name: board_led_initialize
************************************************************************************/
#ifdef CONFIG_ARCH_LEDS
void board_led_initialize(void);
#endif
/************************************************************************************
* Name: sam_cardinserted
*