Merge remote-tracking branch 'origin/master'

This commit is contained in:
cfif 2026-05-28 14:14:23 +03:00
commit 8939dc6b0d
1 changed files with 1 additions and 1 deletions

View File

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