We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a86ec commit 3662a26Copy full SHA for 3662a26
1 file changed
libraries/SrcWrapper/inc/stm32_def.h
@@ -42,6 +42,8 @@
42
#include "stm32h5xx.h"
43
#elif defined(STM32H7xx)
44
#include "stm32h7xx.h"
45
+#elif defined(STM32H7RSxx)
46
+ #include "stm32h7rsxx.h"
47
#elif defined(STM32L0xx)
48
#include "stm32l0xx.h"
49
#elif defined(STM32L1xx)
0 commit comments