From 4ec19cd2d87dfbfc5232de4dcbe0d0b4d9c11ea7 Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 15 Apr 2026 12:09:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CanUds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CanUds.c b/CanUds.c index 7e23308..ddf16d4 100644 --- a/CanUds.c +++ b/CanUds.c @@ -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;