Skip to content

Commit 5d08aeb

Browse files
committed
Fix: solve the problem that micropython could not be used
1 parent 95ea6ac commit 5d08aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boards/include/boards/seeed_xiao_rp2350.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
#define PICO_BOOT_STAGE2_CHOOSE_W25Q080 1
135135

136136
#ifndef PICO_FLASH_SPI_CLKDIV
137-
#define PICO_FLASH_SPI_CLKDIV 2
137+
#define PICO_FLASH_SPI_CLKDIV 4
138138
#endif
139139

140140
// pico_cmake_set_default PICO_FLASH_SIZE_BYTES = (4 * 1024 * 1024)

0 commit comments

Comments
 (0)