Обновление
This commit is contained in:
parent
d995c5a435
commit
6deeeede1b
|
|
@ -128,7 +128,8 @@ bool P_bInternalFlashPage_CopyRange(
|
|||
FLASHDRIVER_Init();
|
||||
|
||||
FLASH_DRIVER_ParamType tFlashParam = {.pData = (uint8_t *) sourcePageAddr,
|
||||
.wdTriggerFct = (void *) 0
|
||||
.wdTriggerFct = wdTriggerFct,
|
||||
.wdTriggerFct_env = wdTriggerFct_env
|
||||
};
|
||||
|
||||
tFlashParam.u32Address = targetPageAddr;
|
||||
|
|
|
|||
Loading…
Reference in New Issue