summaryrefslogtreecommitdiff
path: root/ports/stm32f4/src/stm32f4xx_hal_conf.h
diff options
context:
space:
mode:
authorAditya Naik2020-06-26 13:13:11 -0400
committerAditya Naik2020-06-26 13:13:11 -0400
commit70f623d66439a826927b7d2fc9d64ae0cb631b92 (patch)
tree198510102330540e0cd8f66a48f783abd87c1ffa /ports/stm32f4/src/stm32f4xx_hal_conf.h
parent0915882d1ee834d2cc7c8d4ca9bcdb7495dbe1a1 (diff)
Diffstat (limited to 'ports/stm32f4/src/stm32f4xx_hal_conf.h')
-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)