File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,9 @@ typedef enum {
88
88
#define __ICACHE_STRINGIZE (A ) __ICACHE_STRINGIZE_NX(A)
89
89
#define ICACHE_FLASH_ATTR __attribute__((section("\".irom0.text." __FILE__ "." __ICACHE_STRINGIZE(__LINE__) "." __ICACHE_STRINGIZE(__COUNTER__) "\"")))
90
90
#define ICACHE_RAM_ATTR __attribute__((section("\".iram.text." __FILE__ "." __ICACHE_STRINGIZE(__LINE__) "." __ICACHE_STRINGIZE(__COUNTER__) "\"")))
91
- #define ICACHE_RODATA_ATTR __attribute__((section("\".irom.text." __FILE__ "." __ICACHE_STRINGIZE(__LINE__) "." __ICACHE_STRINGIZE(__COUNTER__) "\"")))
92
91
#else
93
92
#define ICACHE_FLASH_ATTR
94
93
#define ICACHE_RAM_ATTR
95
- #define ICACHE_RODATA_ATTR
96
94
#endif /* ICACHE_FLASH */
97
95
98
96
#define STORE_ATTR __attribute__((aligned(4)))
You can’t perform that action at this time.
0 commit comments