From effc232b15dbf15a75e5fed89e5521a7db5e7ef6 Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 25 May 2026 15:42:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BB=D0=B0=D1=82=D1=8B=20=D0=BD?= =?UTF-8?q?=D0=B0=20V2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StorageOnFlash.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/StorageOnFlash.h b/StorageOnFlash.h index ca993de..28296c9 100644 --- a/StorageOnFlash.h +++ b/StorageOnFlash.h @@ -7,13 +7,13 @@ #include "StorageOnFlashFlagchip.h" -#define nf_storage_calib_size (10 * FLASH_PAGE_SIZE) -#define nf_storage_calib_mainFlashPageAddress 0x04000000 -#define nf_storage_calib_recoveryFlashPageAddress 0x04005000 - #define nf_storage_param_size (2 * FLASH_PAGE_SIZE) -#define nf_storage_param_mainFlashPageAddress 0x0400A000 -#define nf_storage_param_recoveryFlashPageAddress 0x0400B000 +#define nf_storage_param_mainFlashPageAddress 0x04000000 +#define nf_storage_param_recoveryFlashPageAddress 0x04000000 + +#define nf_storage_calib_size (10 * FLASH_PAGE_SIZE) +#define nf_storage_calib_mainFlashPageAddress 0x0400A000 +#define nf_storage_calib_recoveryFlashPageAddress 0x0400B000 typedef struct { tStorageOnFlashFlagchip nf_storage_calib;