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 8f55ab1f65..f501fb85d7 100644 --- a/esp8266/esp8266.ld +++ b/esp8266/esp8266.ld @@ -94,6 +94,7 @@ SECTIONS *modnetwork.o(.literal* .text*) *moduos.o(.literal* .text*) *modutime.o(.literal* .text*) + *modlwip.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 */ |