Обновление

This commit is contained in:
cfif 2026-04-22 15:19:28 +03:00
parent 2a765a4056
commit 9510a8fb1f
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ bool P_bInternalFlashPage_CopyRange(
tFlashParam.u32Address = targetPageAddr; tFlashParam.u32Address = targetPageAddr;
tFlashParam.u32Length = size; tFlashParam.u32Length = size;
FLASHDRIVER_PFlashWrite(&tFlashParam); FLASH_StatusType result = FLASHDRIVER_PFlashWrite(&tFlashParam);
return size; return size;