]> granicus.if.org Git - esp-idf/commitdiff
Add sdkconfig include to cpu_util.h so CONFIG_ESP32_DEBUG_OCDAWARE actually resolves
authorJeroen Domburg <jeroen@espressif.com>
Fri, 6 Jan 2017 09:19:09 +0000 (17:19 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Sat, 7 Jan 2017 10:44:20 +0000 (18:44 +0800)
components/esp32/cpu_util.c

index e3b4ef8f164495f333bb0fe70213639559b0bd42..ecfcab4baf3d402db492c9618ed8f40cd4c39434 100644 (file)
@@ -16,6 +16,7 @@
 #include "soc/cpu.h"
 #include "soc/soc.h"
 #include "soc/rtc_cntl_reg.h"
+#include "sdkconfig.h"
 
 void IRAM_ATTR esp_cpu_stall(int cpu_id)
 {