Set Flash size to 16MB (128Mbit)
This commit is contained in:
parent
f185f281e7
commit
d6402ff656
|
@ -1,6 +1,8 @@
|
||||||
#ifndef _BOARDS_WALKIE_TALKIES
|
#ifndef _BOARDS_WALKIE_TALKIES
|
||||||
#define _BOARDS_WALKIE_TALKIES
|
#define _BOARDS_WALKIE_TALKIES
|
||||||
|
|
||||||
|
#define PICO_FLASH_SIZE_BYTES (16*1024*1024)
|
||||||
|
|
||||||
#include "boards/pico.h"
|
#include "boards/pico.h"
|
||||||
|
|
||||||
#undef PICO_BOOT_STAGE2_CHOOSE_W25Q080
|
#undef PICO_BOOT_STAGE2_CHOOSE_W25Q080
|
||||||
|
|
Loading…
Reference in New Issue