From 4a42827c4a661c3c79c346ce38a13cfc54494871 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 2 Jan 2019 17:04:53 +1100 Subject: [PATCH] esp32: esp_attr.h should include sdkconfig.h Reported on forum https://esp32.com/viewtopic.php?f=13&t=8669#p36395 --- components/esp32/include/esp_attr.h | 2 ++ 1 file changed, 2 insertions(+) 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,