From 11bef12af4e408d3941fd6fa6e74daf25c8c8330 Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 18 Dec 2025 13:31:11 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Src/InternalFlashPage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/InternalFlashPage.c b/Src/InternalFlashPage.c index c29f40a..8d4a387 100644 --- a/Src/InternalFlashPage.c +++ b/Src/InternalFlashPage.c @@ -244,7 +244,7 @@ size_t sInternalFlashPage_Write( tFlashParam.u32Address = pageAddress + offset; tFlashParam.u32Length = size; - FLASHDRIVER_DFlashWrite(&tFlashParam); + FLASH_StatusType ret = FLASHDRIVER_DFlashWrite(&tFlashParam); return size;