From c87d41efc8c7ed867bbaba94f73e53f5c04278c4 Mon Sep 17 00:00:00 2001 From: Marek Matej Date: Fri, 16 Aug 2024 22:41:36 +0200 Subject: [PATCH] boot: zephyr: Fix included header Rename the header file after upstream change. Signed-off-by: Marek Matej --- boot/zephyr/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/zephyr/main.c b/boot/zephyr/main.c index 74299698..0e6e0f88 100644 --- a/boot/zephyr/main.c +++ b/boot/zephyr/main.c @@ -49,7 +49,7 @@ #ifdef CONFIG_SOC_FAMILY_ESPRESSIF_ESP32 #include -#include +#include #define IMAGE_INDEX_0 0 #define IMAGE_INDEX_1 1