diff --git a/ports/stm32/boards/stm32f4xx_hal_conf_base.h b/ports/stm32/boards/stm32f4xx_hal_conf_base.h index 134a30018c..f09990fd95 100644 --- a/ports/stm32/boards/stm32f4xx_hal_conf_base.h +++ b/ports/stm32/boards/stm32f4xx_hal_conf_base.h @@ -88,7 +88,7 @@ // Oscillator values in Hz #define HSI_VALUE (16000000) -#define LSI_VALUE (40000) +#define LSI_VALUE (32000) // SysTick has the highest priority #define TICK_INT_PRIORITY (0x00)