mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
fix freezing on saving area #4
This commit is contained in:
parent
c4cdc2cc07
commit
6bb1a588b6
2
flash.c
2
flash.c
|
|
@ -125,7 +125,7 @@ config_recall(void)
|
||||||
#define SAVEAREA_MAX 5
|
#define SAVEAREA_MAX 5
|
||||||
|
|
||||||
const uint32_t saveareas[] =
|
const uint32_t saveareas[] =
|
||||||
{ 0x08018800, 0x0801a000, 0x0801b800, 0x0801d000, 0x0801e8000 };
|
{ 0x08018800, 0x0801a000, 0x0801b800, 0x0801d000, 0x0801e800 };
|
||||||
|
|
||||||
int16_t lastsaveid = 0;
|
int16_t lastsaveid = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue