bsps/stm32h7: Resolve warning due to missing prototype

This commit is contained in:
Kinsey Moore
2024-09-04 10:42:09 -05:00
committed by Amar Takhar
parent acd2a24d64
commit 31d2a2acb1
2 changed files with 3 additions and 0 deletions

View File

@@ -131,6 +131,8 @@
#if defined (DATA_IN_ExtSDRAM)
static void SystemInit_ExtMemCtl(void);
#endif /* DATA_IN_ExtSDRAM */
#else
#include <bsp.h>
#endif
/**

View File

@@ -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);
/** @} */