esp_system: fix bootloader wdt enabled build issue

Closes https://github.com/espressif/esp-idf/issues/5643
pull/5778/head
Renz Bagaporo 2020-07-27 19:50:23 +08:00
rodzic a9dd9e3017
commit 43af455457
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -50,6 +50,7 @@
#include "esp_flash_encrypt.h"
#include "hal/rtc_io_hal.h"
#include "hal/wdt_hal.h"
#include "soc/dport_reg.h"
#include "soc/efuse_reg.h"
#include "soc/cpu.h"