Обновление
This commit is contained in:
parent
5c91d9d876
commit
bc2d4c4f74
1
CanUds.c
1
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 = 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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue