summaryrefslogtreecommitdiff
path: root/bsps/arm/stm32h7/include/system_stm32h7xx.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-04 12:34:34 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-20 17:57:55 +0200
commite3db084c6947703126567edcb9e8da99337bce59 (patch)
treef3da4be190fc3dba1c48993c974342612c43e7e3 /bsps/arm/stm32h7/include/system_stm32h7xx.h
parent53433bd2c79a7b9347389db704d1bca76d0fa5fa (diff)
bsp/stm32h7: New BSPstm32h7
Update #3910.
Diffstat (limited to 'bsps/arm/stm32h7/include/system_stm32h7xx.h')
-rw-r--r--bsps/arm/stm32h7/include/system_stm32h7xx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/system_stm32h7xx.h b/bsps/arm/stm32h7/include/system_stm32h7xx.h
index dd75af67ff..ca0f335f7e 100644
--- a/bsps/arm/stm32h7/include/system_stm32h7xx.h
+++ b/bsps/arm/stm32h7/include/system_stm32h7xx.h
@@ -85,6 +85,9 @@ extern const uint8_t D1CorePrescTable[16] ; /*!< D1CorePrescTable prescalers ta
extern void SystemInit(void);
extern void SystemCoreClockUpdate(void);
+#ifdef __rtems__
+extern void SystemInit_ExtMemCtl(void);
+#endif /* __rtems__ */
/**
* @}
*/