This commit is contained in:
rusefi 2017-08-26 20:11:11 -04:00
parent aafb19ae97
commit 2c7053fe29
1 changed files with 2 additions and 1 deletions

View File

@ -70,11 +70,12 @@
#define STM32_HSE_ENABLED TRUE
// rusEfi would automatically detect if we have 32768 quarts osc - see 'rtcWorks'
#define STM32_LSE_ENABLED FALSE
#define STM32_LSE_ENABLED TRUE
#define STM32_CLOCK48_REQUIRED TRUE
#define STM32_SW STM32_SW_PLL
#define STM32_PLLSRC STM32_PLLSRC_HSE
#define STM32_PLLM_VALUE 8
#define STM32_PLLN_VALUE 336
#define STM32_PLLP_VALUE 2