Merge branch 'bugfix/cpu_start_build' into 'master'

esp_system: fix bootloader wdt enabled build issue

Closes IDFGH-3717

See merge request espressif/esp-idf!9816
This commit is contained in:
Angus Gratton
2020-08-13 16:52:31 +08:00

View File

@@ -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"