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 cd6459d commit 37d0449Copy full SHA for 37d0449
libraries/SrcWrapper/inc/stm32_def.h
@@ -52,6 +52,8 @@
52
#include "stm32l5xx.h"
53
#elif defined(STM32MP1xx)
54
#include "stm32mp1xx.h"
55
+#elif defined(STM32U0xx)
56
+ #include "stm32u0xx.h"
57
#elif defined(STM32U5xx)
58
#include "stm32u5xx.h"
59
#elif defined(STM32WBxx)
0 commit comments