mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Fix: solve the problem that micropython could not be used (#2098)
This commit is contained in:
parent
5202c272cb
commit
306c461cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@
|
||||||
#define PICO_BOOT_STAGE2_CHOOSE_W25Q080 1
|
#define PICO_BOOT_STAGE2_CHOOSE_W25Q080 1
|
||||||
|
|
||||||
#ifndef PICO_FLASH_SPI_CLKDIV
|
#ifndef PICO_FLASH_SPI_CLKDIV
|
||||||
#define PICO_FLASH_SPI_CLKDIV 2
|
#define PICO_FLASH_SPI_CLKDIV 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// pico_cmake_set_default PICO_FLASH_SIZE_BYTES = (4 * 1024 * 1024)
|
// pico_cmake_set_default PICO_FLASH_SIZE_BYTES = (4 * 1024 * 1024)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue