Unverified Commit a62db236 authored by Terry Ellison's avatar Terry Ellison Committed by GitHub
Browse files

Fix nodemcu.ld (#2762)

parent d6980ad8
...@@ -112,6 +112,7 @@ SECTIONS ...@@ -112,6 +112,7 @@ SECTIONS
*libphy.a:*( .literal .literal.* .text .text.*) *libphy.a:*( .literal .literal.* .text .text.*)
*libpp.a:*( .literal .literal.* .text .text.*) *libpp.a:*( .literal .literal.* .text .text.*)
*libgcc.a:*( .literal .literal.* .text .text.*) *libgcc.a:*( .literal .literal.* .text .text.*)
*libnet80211.a:*(.literal .text )
/* /*
* The following SDK libraries have .literal and .text sections, but are * The following SDK libraries have .literal and .text sections, but are
* either not used in NodeMCU or are safe to execute out of in iROM: * either not used in NodeMCU or are safe to execute out of in iROM:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment