Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
ebfc8086
Commit
ebfc8086
authored
Jul 08, 2015
by
Johny Mattsson
Browse files
Fixed RAM_CONST_ATTR macro.
I must've gotten distracted halfway through that copy/paste job :(
parent
67d785ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/c_types.h
View file @
ebfc8086
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment