From f08f75f0bdc8e482e10625938a7000d43f97ad51 Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Fri, 21 Jul 2023 15:14:54 +0200 Subject: bsps/stm32h7: fix compilation issue after HAL update Based on: commit 99494370d6124ef5d773119fa59f5bac4bbf395f Author: Sebastian Huber Date: Wed Mar 4 12:34:34 2020 +0100 bsp/stm32h7: New BSP Update #3910. --- bsps/arm/stm32h7/include/stm32h7xx.h | 3 +++ 1 file changed, 3 insertions(+) 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 +#endif /* __rtems__ */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ -- cgit v1.2.3