From 43af4554579998e8d9c554ffca84d7e8134feed3 Mon Sep 17 00:00:00 2001 From: Renz Bagaporo Date: Mon, 27 Jul 2020 19:50:23 +0800 Subject: [PATCH] esp_system: fix bootloader wdt enabled build issue Closes https://github.com/espressif/esp-idf/issues/5643 --- components/esp_system/port/cpu_start.c | 1 + 1 file changed, 1 insertion(+) diff --git a/components/esp_system/port/cpu_start.c b/components/esp_system/port/cpu_start.c index 4d694bf923..d06c747ca3 100644 --- a/components/esp_system/port/cpu_start.c +++ b/components/esp_system/port/cpu_start.c @@ -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"