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 b34c156 commit 5dd16deCopy full SHA for 5dd16de
libraries/SrcWrapper/inc/stm32_def.h
@@ -54,6 +54,8 @@
54
#include "stm32mp1xx.h"
55
#elif defined(STM32U0xx)
56
#include "stm32u0xx.h"
57
+#elif defined(STM32U3xx)
58
+ #include "stm32u3xx.h"
59
#elif defined(STM32U5xx)
60
#include "stm32u5xx.h"
61
#elif defined(STM32WBxx)
0 commit comments