From: Angus Gratton Date: Wed, 2 Jan 2019 06:04:53 +0000 (+1100) Subject: esp32: esp_attr.h should include sdkconfig.h X-Git-Tag: v3.3-beta2~128^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a42827c4a661c3c79c346ce38a13cfc54494871;p=esp-idf esp32: esp_attr.h should include sdkconfig.h Reported on forum https://esp32.com/viewtopic.php?f=13&t=8669#p36395 --- diff --git a/components/esp32/include/esp_attr.h b/components/esp32/include/esp_attr.h index e820d892ca..c9e3879eea 100644 --- a/components/esp32/include/esp_attr.h +++ b/components/esp32/include/esp_attr.h @@ -14,6 +14,8 @@ #ifndef __ESP_ATTR_H__ #define __ESP_ATTR_H__ +#include "sdkconfig.h" + #define ROMFN_ATTR //Normally, the linker script will put all code and rodata in flash,