configs/*/include; Remove prototype of stm32_boardinitialize() from board.h files. The authorative prototype is in arch/arm/src/stm32*/stm32*_start.h

This commit is contained in:
Gregory Nutt
2017-12-16 20:02:03 -06:00
parent 664484bf5b
commit 0f10f6bdec
38 changed files with 2 additions and 1205 deletions
-11
View File
@@ -310,17 +310,6 @@ extern "C" {
/************************************************************************************
* Public Function Prototypes
************************************************************************************/
/************************************************************************************
* Name: stm32_boardinitialize
*
* Description:
* All STM32 architectures must provide the following entry point. This entry point
* is called early in the intitialization -- after all memory has been configured
* and mapped but before any devices have been initialized.
*
************************************************************************************/
void stm32_boardinitialize(void);
/************************************************************************************
* Name: stm32_lcdclear