bootloader clock the same as app

This commit is contained in:
Matthew Kennedy 2020-12-04 23:16:26 -06:00
parent 1222d00bb3
commit 97a353ec68
1 changed files with 2 additions and 2 deletions

View File

@ -46,9 +46,9 @@
#define STM32_HSE_ENABLED FALSE #define STM32_HSE_ENABLED FALSE
#define STM32_LSE_ENABLED FALSE #define STM32_LSE_ENABLED FALSE
#define STM32_SW STM32_SW_PLL #define STM32_SW STM32_SW_PLL
#define STM32_PLLSRC STM32_PLLSRC_HSI_DIV2 #define STM32_PLLSRC STM32_PLLSRC_HSI
#define STM32_PREDIV_VALUE 1 #define STM32_PREDIV_VALUE 1
#define STM32_PLLMUL_VALUE 12 #define STM32_PLLMUL_VALUE 6
#define STM32_HPRE STM32_HPRE_DIV1 #define STM32_HPRE STM32_HPRE_DIV1
#define STM32_PPRE STM32_PPRE_DIV1 #define STM32_PPRE STM32_PPRE_DIV1
#define STM32_MCOSEL STM32_MCOSEL_NOCLOCK #define STM32_MCOSEL STM32_MCOSEL_NOCLOCK