Skip to content

Commit

Permalink
Workaround for broken STM32L433 startup (qmk#24404)
Browse files Browse the repository at this point in the history
Change STM32L433 LSI to False, this is to fix board startup issue , change is same to stm32L432 board
  • Loading branch information
kbladewht authored and itsme-zeix committed Oct 2, 2024
1 parent d7faef8 commit 1e53cc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#define STM32_PLS STM32_PLS_LEV0
#define STM32_HSI16_ENABLED TRUE
#define STM32_HSI48_ENABLED TRUE
#define STM32_LSI_ENABLED TRUE
#define STM32_LSI_ENABLED FALSE
#define STM32_HSE_ENABLED FALSE
#define STM32_LSE_ENABLED FALSE
#define STM32_MSIPLL_ENABLED FALSE
Expand Down

0 comments on commit 1e53cc3

Please sign in to comment.