Skip to content

Commit df1a2fb

Browse files
committed
fix(U0): wrong definition
Signed-off-by: Frederic Pillon <[email protected]>
1 parent e1ffd58 commit df1a2fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/SrcWrapper/inc/stm32_def.h

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
#endif
9191
#endif
9292

93+
#if defined(STM32U0xx)
94+
#define RCC_CR_HSIDY_Pos RCC_CR_HSIRDY_Pos
95+
#endif
96+
9397
/* STM32G0xx and some STM32U5xx defined USB_DRD_FS */
9498
#if !defined(USB) && defined(USB_DRD_FS)
9599
#define USB USB_DRD_FS

0 commit comments

Comments
 (0)