We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5363a commit 64d51bdCopy full SHA for 64d51bd
1 file changed
libraries/SrcWrapper/inc/stm32_def.h
@@ -90,6 +90,10 @@
90
#endif
91
92
93
+#if defined(STM32U0xx)
94
+ #define RCC_CR_HSIDY_Pos RCC_CR_HSIRDY_Pos
95
+#endif
96
+
97
/* STM32G0xx and some STM32U5xx defined USB_DRD_FS */
98
#if !defined(USB) && defined(USB_DRD_FS)
99
#define USB USB_DRD_FS
0 commit comments