summaryrefslogtreecommitdiff
path: root/ports/stm32f4
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32f4')
-rw-r--r--ports/stm32f4/src/stm32f4xx_hal_conf.h2
1 files changed, 1 insertions, 1 deletions
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)