1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

add more libc functions

add missing ICACHE_RODATA_ATTR define in #else case
This commit is contained in:
Markus Sattler
2015-04-06 18:41:03 +02:00
parent c198d93c7e
commit 183bc84185
3 changed files with 143 additions and 57 deletions

View File

@ -69,6 +69,7 @@ typedef enum {
#define ICACHE_RODATA_ATTR __attribute__((section(".irom.text")))
#else
#define ICACHE_FLASH_ATTR
#define ICACHE_RODATA_ATTR
#endif /* ICACHE_FLASH */
#ifndef __cplusplus