Обновление
This commit is contained in:
parent
2a765a4056
commit
9510a8fb1f
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue