From 70f623d66439a826927b7d2fc9d64ae0cb631b92 Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Fri, 26 Jun 2020 13:13:11 -0400 Subject: HSE --- ports/stm32f4/src/stm32f4xx_hal_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/stm32f4/src/stm32f4xx_hal_conf.h b/ports/stm32f4/src/stm32f4xx_hal_conf.h index e7e342a..340b347 100644 --- a/ports/stm32f4/src/stm32f4xx_hal_conf.h +++ b/ports/stm32f4/src/stm32f4xx_hal_conf.h @@ -93,7 +93,7 @@ * (when HSE is used as system clock source, directly or through the PLL). */ #if !defined (HSE_VALUE) - #define HSE_VALUE ((uint32_t)25000000U) /*!< Value of the External oscillator in Hz */ + #define HSE_VALUE ((uint32_t)8000000U) /*!< Value of the External oscillator in Hz */ #endif /* HSE_VALUE */ #if !defined (HSE_STARTUP_TIMEOUT) -- cgit v1.2.3