From 54c180e2f0a50a14f60a483e02d96d34ed53a5e7 Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 14 Jul 2026 17:34:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D1=81=D1=82=D0=B5?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BF=D1=80=D0=B8=20HardFault?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StorageOnFlash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StorageOnFlash.h b/StorageOnFlash.h index a5af25d..77ed223 100644 --- a/StorageOnFlash.h +++ b/StorageOnFlash.h @@ -13,7 +13,7 @@ #define nf_storage_calib_size (10 * FLASH_PAGE_D_SIZE) #define nf_storage_calib_mainFlashPageAddress 0x0400A000 -#define nf_storage_calib_recoveryFlashPageAddress 0x0400B000 +#define nf_storage_calib_recoveryFlashPageAddress 0x0400F000 typedef struct { tStorageOnFlashFlagchip nf_storage_calib;