diff --git a/ports/stm/boards/espruino_pico/mpconfigboard.h b/ports/stm/boards/espruino_pico/mpconfigboard.h index 9a3f93864e0d..1623d57aa0a4 100644 --- a/ports/stm/boards/espruino_pico/mpconfigboard.h +++ b/ports/stm/boards/espruino_pico/mpconfigboard.h @@ -36,5 +36,8 @@ #define BOARD_FLASH_SIZE (FLASH_SIZE - 0x4000) #define HSE_VALUE ((uint32_t)8000000) -#define LSE_VALUE ((uint32_t)32768) -#define BOARD_HAS_LOW_SPEED_CRYSTAL (1) + +// Replace LSE lines and recompile if you add a low power crystal +#define BOARD_HAS_LOW_SPEED_CRYSTAL (0) +// #define BOARD_HAS_LOW_SPEED_CRYSTAL (1) +// #define LSE_VALUE ((uint32_t)32768)