Skip to content

Commit

Permalink
fix wrong conditional compile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbland1 authored and danielinux committed Dec 17, 2024
1 parent e24a658 commit 3b0b025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/update_flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3b0b025

Please sign in to comment.