We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274f7c5 commit 46dd736Copy full SHA for 46dd736
cores/arduino/stm32/stm32_def.h
@@ -50,6 +50,8 @@
50
#include "stm32l5xx.h"
51
#elif defined(STM32MP1xx)
52
#include "stm32mp1xx.h"
53
+#elif defined(STM32U5xx)
54
+ #include "stm32u5xx.h"
55
#elif defined(STM32WBxx)
56
#include "stm32wbxx.h"
57
#elif defined(STM32WLxx)
0 commit comments