First flash tests.

This commit is contained in:
Martin Brodbeck 2024-02-06 16:16:18 +01:00
parent 7b9c1e9d18
commit 0745a4fcc3

View file

@ -1,7 +1,10 @@
#include <stdio.h>
#include "pico/stdlib.h"
#include "hardware/flash.h"
namespace {
static uint16_t PAGE_SIZE{256};
}
int main()
{