Browse Source

Fix nodemcu.ld (#2762)

Terry Ellison 5 years ago
parent
commit
a62db23626
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ld/nodemcu.ld

+ 1 - 0
ld/nodemcu.ld

@@ -112,6 +112,7 @@ SECTIONS
     *libphy.a:*(     .literal .literal.* .text .text.*)
     *libpp.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
     * either not used in NodeMCU or are safe to execute out of in iROM: