fix wrong conditional compile flag

pull/529/head
John Bland 2024-12-17 07:51:56 -05:00 committed by Daniele Lacamera
parent e24a658c89
commit 3b0b025cb7
1 changed files with 1 additions and 1 deletions

View File

@ -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