We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70dcb7 commit 9fba1aaCopy full SHA for 9fba1aa
cores/arduino/stm32/stm32_def.h
@@ -40,6 +40,8 @@
40
#include "stm32g0xx.h"
41
#elif defined(STM32G4xx)
42
#include "stm32g4xx.h"
43
+#elif defined(STM32H5xx)
44
+ #include "stm32h5xx.h"
45
#elif defined(STM32H7xx)
46
#include "stm32h7xx.h"
47
#elif defined(STM32L0xx)
0 commit comments