We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e879fa + 2fe1df4 commit df5c30eCopy full SHA for df5c30e
ports/stm/boards/espruino_pico/mpconfigboard.h
@@ -36,5 +36,8 @@
36
#define BOARD_FLASH_SIZE (FLASH_SIZE - 0x4000)
37
38
#define HSE_VALUE ((uint32_t)8000000)
39
-#define LSE_VALUE ((uint32_t)32768)
40
-#define BOARD_HAS_LOW_SPEED_CRYSTAL (1)
+
+// 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