From 95b9016a3b1f7bb90ccee8c0d841d77232ac9541 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sun, 19 Jul 2026 21:55:20 +0100 Subject: [PATCH] Fix STM32G0B1 not booting after ChibiOS update (#26342) --- platforms/chibios/boards/GENERIC_STM32_G0B1XB/configs/mcuconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/chibios/boards/GENERIC_STM32_G0B1XB/configs/mcuconf.h b/platforms/chibios/boards/GENERIC_STM32_G0B1XB/configs/mcuconf.h index c13e69c7cd8..b1083f405d9 100644 --- a/platforms/chibios/boards/GENERIC_STM32_G0B1XB/configs/mcuconf.h +++ b/platforms/chibios/boards/GENERIC_STM32_G0B1XB/configs/mcuconf.h @@ -41,7 +41,7 @@ #define STM32_NO_INIT FALSE #define STM32_CLOCK_DYNAMIC TRUE #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_CR4 (0U) #define STM32_PWR_PUCRA (0U)