Skip to content

Commit caa7725

Browse files
committed
esp8266/boards: Move py/pairheap.c code from iRAM to iROM.
It doesn't need to be in iRAM.
1 parent e12de1f commit caa7725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/esp8266/boards/esp8266_common.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ SECTIONS
109109
*py/nlr*.o*(.literal* .text*)
110110
*py/obj*.o*(.literal* .text*)
111111
*py/opmethods.o*(.literal* .text*)
112+
*py/pairheap*.o*(.literal* .text*)
112113
*py/parse*.o*(.literal* .text*)
113114
*py/profile*.o*(.literal* .text*)
114115
*py/qstr.o*(.literal* .text*)

0 commit comments

Comments
 (0)