Skip to content

Commit df5c30e

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 3e879fa + 2fe1df4 commit df5c30e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ports/stm/boards/espruino_pico/mpconfigboard.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
#define BOARD_FLASH_SIZE (FLASH_SIZE - 0x4000)
3737

3838
#define HSE_VALUE ((uint32_t)8000000)
39-
#define LSE_VALUE ((uint32_t)32768)
40-
#define BOARD_HAS_LOW_SPEED_CRYSTAL (1)
39+
40+
// Replace LSE lines and recompile if you add a low power crystal
41+
#define BOARD_HAS_LOW_SPEED_CRYSTAL (0)
42+
// #define BOARD_HAS_LOW_SPEED_CRYSTAL (1)
43+
// #define LSE_VALUE ((uint32_t)32768)

0 commit comments

Comments
 (0)