diff options
Diffstat (limited to 'esp8266/esp8266.ld')
-rw-r--r-- | esp8266/esp8266.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/esp8266.ld b/esp8266/esp8266.ld index 2c38e1c82d..221782cf2d 100644 --- a/esp8266/esp8266.ld +++ b/esp8266/esp8266.ld @@ -146,6 +146,7 @@ SECTIONS *modutime.o(.literal* .text*) *modlwip.o(.literal* .text*) *modsocket.o(.literal* .text*) + *modonewire.o(.literal* .text*) /* we put as much rodata as possible in this section */ /* note that only rodata accessed as a machine word is allowed here */ |