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 5d71224 commit 05c1361Copy full SHA for 05c1361
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