Fix STM32G0B1 not booting after ChibiOS update (#26342)

This commit is contained in:
Joel Challis
2026-07-19 21:55:20 +01:00
committed by GitHub
parent dbd9b0a379
commit 95b9016a3b
@@ -41,7 +41,7 @@
#define STM32_NO_INIT FALSE #define STM32_NO_INIT FALSE
#define STM32_CLOCK_DYNAMIC TRUE #define STM32_CLOCK_DYNAMIC TRUE
#define STM32_VOS STM32_VOS_RANGE1 #define STM32_VOS STM32_VOS_RANGE1
#define STM32_PWR_CR2 (STM32_PVDRT_LEV0 | STM32_PVDFT_LEV0 | STM32_PVDE_DISABLED) #define STM32_PWR_CR2 PWR_CR2_PVMEN_USB
#define STM32_PWR_CR3 (PWR_CR3_EIWUL) #define STM32_PWR_CR3 (PWR_CR3_EIWUL)
#define STM32_PWR_CR4 (0U) #define STM32_PWR_CR4 (0U)
#define STM32_PWR_PUCRA (0U) #define STM32_PWR_PUCRA (0U)