diff options
| author | Aditya Naik | 2020-06-26 16:18:44 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-06-26 16:18:44 -0400 |
| commit | 023a98aec2c25131d268404adb2b433c5edc0123 (patch) | |
| tree | ef6de72b8f364da22d583e8a7150dc1ab050171d /ports/stm32f4 | |
| parent | 78a70b96dbf37cd340e1f5213befbad3bdd60a44 (diff) | |
| parent | 70f623d66439a826927b7d2fc9d64ae0cb631b92 (diff) | |
Master mergedc
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)
|
