Significantly stylistic changes required after review of last PR

This commit is contained in:
Gregory Nutt
2016-06-28 09:37:21 -06:00
parent 725a16d033
commit c74269ced6
7 changed files with 338 additions and 292 deletions
+2 -1
View File
@@ -277,7 +277,6 @@ int stm32_sdio_initialize(void);
*
************************************************************************************/
#ifdef CONFIG_STM32F7_OTGFS
void stm32_usbinitialize(void);
#endif
@@ -285,8 +284,10 @@ void stm32_usbinitialize(void);
/************************************************************************************
* Name: stm32_bbsram_int
************************************************************************************/
#ifdef CONFIG_STM32F7_BBSRAM
int stm32_bbsram_int(void);
#endif
#endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_NUCLEO_144_SRC_NUCLEO_144_H */
@@ -101,7 +101,10 @@ int board_app_initialize(uintptr_t arg)
syslog(LOG_ERR, "ERROR: userled_lower_initialize() failed: %d\n", ret);
}
#endif
#ifdef CONFIG_STM32F7_BBSRAM
/* Initialize battery-backed RAM */
(void)stm32_bbsram_int();
#endif
File diff suppressed because it is too large Load Diff