From 1a3f798ffae4bd740e5cb92a324007e7cd662649 Mon Sep 17 00:00:00 2001
From: darya
Date: Tue, 23 Jun 2026 21:25:31 +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=2023.06.2026?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
APP/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/APP/main.c b/APP/main.c
index 01f5ae6..9c9de6f 100644
--- a/APP/main.c
+++ b/APP/main.c
@@ -113,6 +113,7 @@ int main(void) {
if (RGM_SRS_JTAG_MASK == (RGM->SRS & RGM_SRS_JTAG_MASK)) {
D_bInternalFlashPage_Clear(0x04000000, NULL, NULL);
+ NumberBank = 0;
} else {
D_sInternalFlashPage_Read(0x04000000, 0, (uint8_t * ) & NumberBank, 8);
}