mirror of https://github.com/wolfSSL/wolfBoot.git
fix wrong conditional compile flag
parent
e24a658c89
commit
3b0b025cb7
|
@ -247,7 +247,7 @@ static int wolfBoot_swap_and_final_erase(int resume)
|
|||
}
|
||||
|
||||
hal_flash_unlock();
|
||||
#ifdef EXT_ENCRYPTED
|
||||
#ifdef EXT_FLASH
|
||||
ext_flash_unlock();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue