From bc2d4c4f7485fd7e5a06b597acdd3f1504683f19 Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 16 Apr 2026 16:41:24 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/CanUds.c b/CanUds.c index ee22d4d..abdf87f 100644 --- a/CanUds.c +++ b/CanUds.c @@ -964,6 +964,7 @@ static uint16_t vUDS_routine_Erase_Memory(tCanUds *env, eUdsRoutineControlType u bool result = env->clear_flash_func(0x01100000, 512 * 1024); + // bool result = FLASHDRIVER_FlashEraseBlock(FLASH_BLOCK_SELECT1); if (result) {