Skip to content

Commit 2fe1df4

Browse files
authored
Merge pull request #4719 from hierophect/stm-espr-pico-fix
Espruino Pico: Remove settings for DNP oscillator
2 parents c6b9885 + 9920741 commit 2fe1df4

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)