Обновление

This commit is contained in:
cfif 2026-04-16 16:41:24 +03:00
parent 5c91d9d876
commit bc2d4c4f74
1 changed files with 1 additions and 0 deletions

View File

@ -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 = env->clear_flash_func(0x01100000, 512 * 1024);
// bool result = FLASHDRIVER_FlashEraseBlock(FLASH_BLOCK_SELECT1); // bool result = FLASHDRIVER_FlashEraseBlock(FLASH_BLOCK_SELECT1);
if (result) { if (result) {