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
+5 -1
View File
@@ -43,15 +43,19 @@
************************************************************************************/
#include <nuttx/config.h>
#ifndef __ASSEMBLY__
# include <stdint.h>
#endif
#include <nuttx/board.h>
#include "stm32_rcc.h"
#include "stm32_sdio.h"
#include "stm32.h"
/************************************************************************************
* Definitions
* Pre-processor Definitions
************************************************************************************/
/* Clocking *************************************************************************/