summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/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-27 06:11:45 +0100
commit99494370d6124ef5d773119fa59f5bac4bbf395f (patch)
tree2188ad8e51e7be70bc6df98860e07368651e2305 /bsps/arm/stm32h7/include/stm32h7xx.h
parentbsp/stm32h7: Fix warnings (diff)
downloadrtems-99494370d6124ef5d773119fa59f5bac4bbf395f.tar.bz2
bsp/stm32h7: New BSP
Update #3910.
Diffstat (limited to '')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx.h b/bsps/arm/stm32h7/include/stm32h7xx.h
index f6296181be..36d3012af4 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx.h
@@ -38,6 +38,9 @@
#ifndef STM32H7xx_H
#define STM32H7xx_H
+#ifdef __rtems__
+#include <bspopts.h>
+#endif /* __rtems__ */
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */