File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ typedef enum {
8686#ifdef ICACHE_FLASH
8787#define __ICACHE_STRINGIZE_NX (A ) #A
8888#define __ICACHE_STRINGIZE (A ) __ICACHE_STRINGIZE_NX(A)
89- #define ICACHE_FLASH_ATTR __attribute__((section("\" .irom0.text." __FILE__ "." __ICACHE_STRINGIZE(__LINE__) "." __ICACHE_STRINGIZE(__COUNTER__) "\"" )))
90- #define IRAM_ATTR __attribute__((section("\" .iram.text." __FILE__ "." __ICACHE_STRINGIZE(__LINE__) "." __ICACHE_STRINGIZE(__COUNTER__) "\"" )))
89+ #define ICACHE_FLASH_ATTR __attribute__((section(".irom0.text." __FILE__ "." __ICACHE_STRINGIZE(__LINE__) "." __ICACHE_STRINGIZE(__COUNTER__))))
90+ #define IRAM_ATTR __attribute__((section(".iram.text." __FILE__ "." __ICACHE_STRINGIZE(__LINE__) "." __ICACHE_STRINGIZE(__COUNTER__))))
9191#else
9292#define ICACHE_FLASH_ATTR
9393#define IRAM_ATTR
You can’t perform that action at this time.
0 commit comments