mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 13:46:26 +08:00
bsps/stm32h7: Resolve warning due to missing prototype
This commit is contained in:
committed by
Amar Takhar
parent
acd2a24d64
commit
31d2a2acb1
@@ -131,6 +131,8 @@
|
||||
#if defined (DATA_IN_ExtSDRAM)
|
||||
static void SystemInit_ExtMemCtl(void);
|
||||
#endif /* DATA_IN_ExtSDRAM */
|
||||
#else
|
||||
#include <bsp.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
@@ -63,6 +63,7 @@ void stm32h7_init_oscillator(void);
|
||||
void stm32h7_init_clocks(void);
|
||||
void stm32h7_init_peripheral_clocks(void);
|
||||
void stm32h7_init_qspi(void);
|
||||
void SystemInit_ExtMemCtl(void);
|
||||
|
||||
/** @} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user