Merge branch 'bugfix/esp_attr_sdkconfig' into 'master'

esp32: esp_attr.h should include sdkconfig.h

See merge request idf/esp-idf!4058
pull/2917/head
Ivan Grokhotkov 2019-01-03 03:07:52 +08:00
commit 52d33e8cbd
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,8 @@
#ifndef __ESP_ATTR_H__ #ifndef __ESP_ATTR_H__
#define __ESP_ATTR_H__ #define __ESP_ATTR_H__
#include "sdkconfig.h"
#define ROMFN_ATTR #define ROMFN_ATTR
//Normally, the linker script will put all code and rodata in flash, //Normally, the linker script will put all code and rodata in flash,