summaryrefslogtreecommitdiffstats
path: root/bsps/arm
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2023-07-21 15:14:54 +0200
committerKarel Gardas <karel@functional.vision>2023-07-31 15:15:10 +0200
commitf08f75f0bdc8e482e10625938a7000d43f97ad51 (patch)
treedfd38c825696faf37851cbee2725dff164f25402 /bsps/arm
parentbsp/stm32h7: Add and use BSP Doxygen group (diff)
downloadrtems-f08f75f0bdc8e482e10625938a7000d43f97ad51.tar.bz2
bsps/stm32h7: fix compilation issue after HAL update
Based on: commit 99494370d6124ef5d773119fa59f5bac4bbf395f Author: Sebastian Huber <sebastian.huber@embedded-brains.de> Date: Wed Mar 4 12:34:34 2020 +0100 bsp/stm32h7: New BSP Update #3910.
Diffstat (limited to 'bsps/arm')
-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 c1fcad29fb..1c94f9a27b 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx.h
@@ -37,6 +37,9 @@
#ifndef STM32H7xx_H
#define STM32H7xx_H
+#ifdef __rtems__
+#include <bspopts.h>
+#endif /* __rtems__ */
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */