mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-05 22:45:43 +00:00
fix freezing on saving area #4
This commit is contained in:
parent
c4cdc2cc07
commit
6bb1a588b6
1 changed files with 1 additions and 1 deletions
2
flash.c
2
flash.c
|
|
@ -125,7 +125,7 @@ config_recall(void)
|
|||
#define SAVEAREA_MAX 5
|
||||
|
||||
const uint32_t saveareas[] =
|
||||
{ 0x08018800, 0x0801a000, 0x0801b800, 0x0801d000, 0x0801e8000 };
|
||||
{ 0x08018800, 0x0801a000, 0x0801b800, 0x0801d000, 0x0801e800 };
|
||||
|
||||
int16_t lastsaveid = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue