Skip to content

Commit 3662a26

Browse files
committed
core(h7rs): add top HAL include
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 40a86ec commit 3662a26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libraries/SrcWrapper/inc/stm32_def.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
#include "stm32h5xx.h"
4343
#elif defined(STM32H7xx)
4444
#include "stm32h7xx.h"
45+
#elif defined(STM32H7RSxx)
46+
#include "stm32h7rsxx.h"
4547
#elif defined(STM32L0xx)
4648
#include "stm32l0xx.h"
4749
#elif defined(STM32L1xx)

0 commit comments

Comments
 (0)