From 0745a4fcc38bd6b92e4353ce8dae276454ad5f9c Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Tue, 6 Feb 2024 16:16:18 +0100 Subject: [PATCH] First flash tests. --- pico_keyer.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pico_keyer.cpp b/pico_keyer.cpp index 347d25a..7ee3990 100644 --- a/pico_keyer.cpp +++ b/pico_keyer.cpp @@ -1,7 +1,10 @@ #include #include "pico/stdlib.h" +#include "hardware/flash.h" - +namespace { + static uint16_t PAGE_SIZE{256}; +} int main() {