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

Minor code style changes

This commit is contained in:
Ivan Grokhotkov
2015-04-30 18:54:16 +08:00
parent c209af0fc2
commit cdd2fed53d
4 changed files with 18 additions and 14 deletions

View File

@ -153,7 +153,7 @@ SECTIONS
_irom0_text_start = ABSOLUTE(.);
*core_esp8266_*.o(.literal*, .text*)
*.cpp.o(.literal*, .text*)
*libm.a:(.literal .text .literal.* .text.*)
*libm.a:(.literal .text .literal.* .text.*)
*libsmartconfig.a:(.literal .text .literal.* .text.*)
*(.irom0.literal .irom.literal .irom.text.literal .irom0.text .irom.text)
_irom0_text_end = ABSOLUTE(.);