esp8266/boards: Move py/pairheap.c code from iRAM to iROM.

It doesn't need to be in iRAM.
This commit is contained in:
Damien George 2020-05-02 15:03:59 +10:00
parent e12de1fd9d
commit caa7725642

View File

@ -109,6 +109,7 @@ SECTIONS
*py/nlr*.o*(.literal* .text*)
*py/obj*.o*(.literal* .text*)
*py/opmethods.o*(.literal* .text*)
*py/pairheap*.o*(.literal* .text*)
*py/parse*.o*(.literal* .text*)
*py/profile*.o*(.literal* .text*)
*py/qstr.o*(.literal* .text*)