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) {