From e920bff3f4d35a4e56c8d7bc52b6a70180604206 Mon Sep 17 00:00:00 2001 From: al heisner Date: Fri, 21 Jun 2024 11:41:02 -0500 Subject: [PATCH] Change total flash pages (needed for pico-hsm) --- src/fs/low_flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs/low_flash.c b/src/fs/low_flash.c index 791e3f7..8025d63 100644 --- a/src/fs/low_flash.c +++ b/src/fs/low_flash.c @@ -61,7 +61,7 @@ uint8_t *map = NULL; #include "pico_keys.h" #include -#define TOTAL_FLASH_PAGES 4 +#define TOTAL_FLASH_PAGES 6 extern const uintptr_t start_data_pool; extern const uintptr_t end_rom_pool;