Commit ebfc8086 authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Fixed RAM_CONST_ATTR macro.

I must've gotten distracted halfway through that copy/paste job :(
parent 67d785ff
......@@ -85,7 +85,7 @@ typedef enum {
#endif /* ICACHE_FLASH */
#define TEXT_SECTION_ATTR __attribute__((section(".text")))
#define RAM_CONST_ATTR __attribute__((section(".text")))
#define RAM_CONST_ATTR __attribute__((section(".rodata")))
#ifndef __cplusplus
typedef unsigned char bool;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment