mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
correct adafruit flash size for itsybitsy and qt rp2040 (#348)
from 4 MB to 8 MB
This commit is contained in:
parent
b17fc76c8f
commit
6c4d25b887
2 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef PICO_FLASH_SIZE_BYTES
|
||||
#define PICO_FLASH_SIZE_BYTES (4 * 1024 * 1024)
|
||||
#define PICO_FLASH_SIZE_BYTES (8 * 1024 * 1024)
|
||||
#endif
|
||||
|
||||
// All boards have B1 RP2040
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef PICO_FLASH_SIZE_BYTES
|
||||
#define PICO_FLASH_SIZE_BYTES (4 * 1024 * 1024)
|
||||
#define PICO_FLASH_SIZE_BYTES (8 * 1024 * 1024)
|
||||
#endif
|
||||
|
||||
// All boards have B1 RP2040
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue