mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Significantly stylistic changes required after review of last PR
This commit is contained in:
@@ -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
Reference in New Issue
Block a user