8000 Remove settings for DNP oscillator · domdfcoding/circuitpython@2c26e87 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c26e87

Browse files
hierophectdhalbert
authored andcommitted
Remove settings for DNP oscillator
1 parent 67b85dc commit 2c26e87

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 39CC +
// #define BOARD_HAS_LOW_SPEED_CRYSTAL (1)
43+
// #define LSE_VALUE ((uint32_t)32768)

0 commit comments

Comments
 (0)
0