From 3b0b025cb75c310d5eb718baead9b8522809e7cc Mon Sep 17 00:00:00 2001 From: John Bland Date: Tue, 17 Dec 2024 07:51:56 -0500 Subject: [PATCH] fix wrong conditional compile flag --- src/update_flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/update_flash.c b/src/update_flash.c index 332a053fe..ca2cf4f52 100644 --- a/src/update_flash.c +++ b/src/update_flash.c @@ -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