First flash tests.
This commit is contained in:
parent
7b9c1e9d18
commit
0745a4fcc3
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
#include <stdio.h>
|
||||
#include "pico/stdlib.h"
|
||||
#include "hardware/flash.h"
|
||||
|
||||
|
||||
namespace {
|
||||
static uint16_t PAGE_SIZE{256};
|
||||
}
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue