Обновление

This commit is contained in:
cfif 2026-04-15 12:09:44 +03:00
parent 829e5627cd
commit 4ec19cd2d8
1 changed files with 1 additions and 1 deletions

View File

@ -960,7 +960,7 @@ static uint16_t vUDS_routine_Erase_Memory(tCanUds *env, eUdsRoutineControlType u
if ((udsRoutineControlType == UDS_routine_StartRoutine) || (udsRoutineControlType == UDS_routine_StopRoutine)) {
bool result = env->clear_flash_func(0x01010000, 512 * 1024);
bool result = env->clear_flash_func(0x01010000, 1 * 2048);
if (result) {
env->dataResponse[4] = UDS_routine_RoutineStartStopSuccess;