Skip to content

Commit 2f9f000

Browse files
authored
Workaround for broken ChibiOS startup (qmk#23822)
1 parent f76cc32 commit 2f9f000

File tree

2 files changed

+2
-2
lines changed
  • platforms/chibios/boards

2 files changed

+2
-2
lines changed

platforms/chibios/boards/GENERIC_STM32_G431XB/configs/mcuconf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#define STM32_HSI16_ENABLED TRUE
6363
#define STM32_HSI48_ENABLED TRUE
6464
#define STM32_HSE_ENABLED FALSE
65-
#define STM32_LSI_ENABLED TRUE
65+
#define STM32_LSI_ENABLED FALSE
6666
#define STM32_LSE_ENABLED FALSE
6767
#define STM32_SW STM32_SW_PLLRCLK
6868
#define STM32_PLLSRC STM32_PLLSRC_HSI16

platforms/chibios/boards/GENERIC_STM32_L432XC/configs/mcuconf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#define STM32_PLS STM32_PLS_LEV0
4444
#define STM32_HSI16_ENABLED TRUE
4545
#define STM32_HSI48_ENABLED TRUE
46-
#define STM32_LSI_ENABLED TRUE
46+
#define STM32_LSI_ENABLED FALSE
4747
#define STM32_HSE_ENABLED FALSE
4848
#define STM32_LSE_ENABLED FALSE
4949
#define STM32_MSIPLL_ENABLED FALSE

0 commit comments

Comments
 (0)