Обновление

This commit is contained in:
cfif 2025-12-18 13:31:11 +03:00
parent 61036868c1
commit 11bef12af4
1 changed files with 1 additions and 1 deletions

View File

@ -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;