diff options
| author | Aditya Naik | 2020-06-26 13:13:11 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-06-26 13:13:11 -0400 |
| commit | 70f623d66439a826927b7d2fc9d64ae0cb631b92 (patch) | |
| tree | 198510102330540e0cd8f66a48f783abd87c1ffa /ports/stm32f4 | |
| parent | 0915882d1ee834d2cc7c8d4ca9bcdb7495dbe1a1 (diff) | |
Diffstat (limited to 'ports/stm32f4')
| -rw-r--r-- | ports/stm32f4/src/stm32f4xx_hal_conf.h | 2 |
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)
|
