Обновление
This commit is contained in:
parent
61036868c1
commit
11bef12af4
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue