Change total flash pages (needed for pico-hsm)
This commit is contained in:
parent
218441a45a
commit
e920bff3f4
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ uint8_t *map = NULL;
|
|||
#include "pico_keys.h"
|
||||
#include <string.h>
|
||||
|
||||
#define TOTAL_FLASH_PAGES 4
|
||||
#define TOTAL_FLASH_PAGES 6
|
||||
|
||||
extern const uintptr_t start_data_pool;
|
||||
extern const uintptr_t end_rom_pool;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue