Fix: solve the problem that micropython could not be used (#2098)

This commit is contained in:
Lesords 2025-01-12 04:07:59 +08:00 committed by GitHub
parent 5202c272cb
commit 306c461cd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)