Skip to content

Commit

Permalink
boot: zephyr: Fix included header
Browse files Browse the repository at this point in the history
Rename the header file after upstream change.

Signed-off-by: Marek Matej <marek.matej@espressif.com>
  • Loading branch information
Marek Matej authored and almir-okato committed Aug 19, 2024
1 parent 12906fd commit c87d41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/zephyr/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#ifdef CONFIG_SOC_FAMILY_ESPRESSIF_ESP32

#include <bootloader_init.h>
#include <esp_loader.h>
#include <esp_image_loader.h>

#define IMAGE_INDEX_0 0
#define IMAGE_INDEX_1 1
Expand Down

0 comments on commit c87d41e

Please sign in to comment.