fix(bootloader_support): Make esp_flash_encrypt.h independent of spi_flash_mmap.h header

This commit is contained in:
harshal.patil
2024-05-14 11:21:21 +05:30
committed by BOT
parent bef1fba3bc
commit 0c5bce6918
10 changed files with 14 additions and 8 deletions

View File

@@ -13,6 +13,9 @@
#include "hal/efuse_ll.h"
#include "hal/efuse_hal.h"
#ifndef BOOTLOADER_BUILD
#include "spi_flash_mmap.h"
#endif
#include "hal/spi_flash_ll.h"
#include "rom/spi_flash.h"
#if CONFIG_IDF_TARGET_ESP32