mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
esp32: esp_attr.h should include sdkconfig.h
Reported on forum https://esp32.com/viewtopic.php?f=13&t=8669#p36395
This commit is contained in:
committed by
Angus Gratton
parent
6578673ed4
commit
4a42827c4a
@@ -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,
|
||||||
|
Reference in New Issue
Block a user