Skip to content

Commit

Permalink
Fix: solve the problem that micropython could not be used
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesords committed Nov 25, 2024
1 parent 95ea6ac commit 5d08aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boards/include/boards/seeed_xiao_rp2350.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
#define PICO_BOOT_STAGE2_CHOOSE_W25Q080 1

#ifndef PICO_FLASH_SPI_CLKDIV
#define PICO_FLASH_SPI_CLKDIV 2
#define PICO_FLASH_SPI_CLKDIV 4
#endif

// pico_cmake_set_default PICO_FLASH_SIZE_BYTES = (4 * 1024 * 1024)
Expand Down

0 comments on commit 5d08aeb

Please sign in to comment.