diff options
Diffstat (limited to 'esp8266/esp8266_common.ld')
-rw-r--r-- | esp8266/esp8266_common.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/esp8266_common.ld b/esp8266/esp8266_common.ld index f721c28b03..1da835681a 100644 --- a/esp8266/esp8266_common.ld +++ b/esp8266/esp8266_common.ld @@ -100,6 +100,7 @@ SECTIONS *py/qstr.o*(.literal* .text*) *py/repl.o*(.literal* .text*) *py/runtime.o*(.literal* .text*) + *py/scheduler.o*(.literal* .text*) *py/scope.o*(.literal* .text*) *py/sequence.o*(.literal* .text*) *py/showbc.o*(.literal* .text*) |