summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorChristian Walther <cwalther@gmx.ch>2020-10-11 20:39:19 +0200
committerChristian Walther <cwalther@gmx.ch>2020-11-28 17:54:34 +0100
commit2ba9805f845e000fa3299e95e93a063471751ecd (patch)
tree3f1af3fa41607bb70d945a3d1c633ade7fa06c7f /py
parentc7404a3ff89c738c002ec63448a58d56330dfcc3 (diff)
Use movable allocation system for terminal tilegrid.
Moving memory is now done by the infrastructure and neither necessary nor correct here anymore.
Diffstat (limited to 'py')
-rw-r--r--py/circuitpy_mpconfig.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h
index 28fd6e9b0..34ea9b022 100644
--- a/py/circuitpy_mpconfig.h
+++ b/py/circuitpy_mpconfig.h
@@ -867,7 +867,6 @@ struct _supervisor_allocation_node;
mp_obj_t rtc_time_source; \
GAMEPAD_ROOT_POINTERS \
mp_obj_t pew_singleton; \
- mp_obj_t terminal_tilegrid_tiles; \
BOARD_UART_ROOT_POINTER \
FLASH_ROOT_POINTERS \
MEMORYMONITOR_ROOT_POINTERS \