Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8939dc6b0d
|
|
@ -134,7 +134,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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue