From 4b43113eec7ab0433c8961e3a8bacab4829fae16 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 13 Jul 2025 20:56:19 -0400 Subject: [PATCH] contrib: Re-apply changes from initial import These changes are from: cb78150d868f9d4eaa0a10318b99b5b1a1fa1b3f A comment was removed from the top of the file noting its modification no need for this as the changes are in a separate commit now. --- contrib/bsps/arm/stm32h7/cmsis-device-h7/Include/stm32h7xx.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/bsps/arm/stm32h7/cmsis-device-h7/Include/stm32h7xx.h b/contrib/bsps/arm/stm32h7/cmsis-device-h7/Include/stm32h7xx.h index b0473a2bdb..5b50048f04 100644 --- a/contrib/bsps/arm/stm32h7/cmsis-device-h7/Include/stm32h7xx.h +++ b/contrib/bsps/arm/stm32h7/cmsis-device-h7/Include/stm32h7xx.h @@ -37,6 +37,9 @@ #ifndef STM32H7xx_H #define STM32H7xx_H +#ifdef __rtems__ +#include +#endif /* __rtems__ */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */