From 9510a8fb1fbc3bb7142b13b441bb52296a317a2f Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 22 Apr 2026 15:19:28 +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_PFlash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/InternalFlashPage_PFlash.c b/Src/InternalFlashPage_PFlash.c index 5b1a09e..edb5911 100644 --- a/Src/InternalFlashPage_PFlash.c +++ b/Src/InternalFlashPage_PFlash.c @@ -129,7 +129,7 @@ bool P_bInternalFlashPage_CopyRange( tFlashParam.u32Address = targetPageAddr; tFlashParam.u32Length = size; - FLASHDRIVER_PFlashWrite(&tFlashParam); + FLASH_StatusType result = FLASHDRIVER_PFlashWrite(&tFlashParam); return size;