cc3200/mpconfigport: Remove mp_const_user_interrupt.

mp_const_user_interrupt was listed as a root pointer but not used anywhere
in the code base, so it can be removed.

Signed-off-by: David Lechner <david@pybricks.com>
pull/8922/head
David Lechner 2022-07-01 14:26:38 -05:00 zatwierdzone przez Damien George
rodzic a3703584fe
commit 095ad87adf
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -142,7 +142,6 @@
// vm state and root pointers for the gc
#define MP_STATE_PORT MP_STATE_VM
#define MICROPY_PORT_ROOT_POINTERS \
mp_obj_t mp_const_user_interrupt; \
mp_obj_t machine_config_main; \
mp_obj_list_t pyb_sleep_obj_list; \
mp_obj_list_t mp_irq_obj_list; \