Merge pull request #2 from al-heisner/main

Change total flash pages (needed for pico-hsm)
This commit is contained in:
Pol Henarejos
2024-06-21 18:57:51 +02:00
committed by GitHub

View File

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