Merge branch 'fix/bootloader_missing_include' into 'master'

bootloader_support: add missing header to bootloader_flash.c

See merge request espressif/esp-idf!23221
pull/11344/head
Almir Okato 2023-04-27 06:26:49 +08:00
commit 8d84a5315a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -120,6 +120,7 @@ esp_err_t bootloader_flash_erase_range(uint32_t start_addr, uint32_t size)
#include "esp32/rom/cache.h"
#endif
#include "esp_rom_spiflash.h"
#include "esp_rom_sys.h"
#include "hal/mmu_hal.h"
#include "hal/mmu_ll.h"
#include "hal/cache_hal.h"