From 6bb1a588b61fc07dd55a80ef9ae8d69b4995669c Mon Sep 17 00:00:00 2001 From: TT Date: Sun, 15 Jan 2017 23:25:30 +0900 Subject: [PATCH] fix freezing on saving area #4 --- flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash.c b/flash.c index e6c876a..29c916b 100644 --- a/flash.c +++ b/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;