mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
cc3200: Use MP_REGISTER_ROOT_POINTER().
This uses MP_REGISTER_ROOT_POINTER() to register all port-specific root pointers for the cc3200 port. Signed-off-by: David Lechner <david@pybricks.com>
This commit is contained in:
committed by
Damien George
parent
095ad87adf
commit
226e969ad3
@@ -197,3 +197,4 @@ const mp_obj_type_t mp_irq_type = {
|
||||
.locals_dict = (mp_obj_t)&mp_irq_locals_dict,
|
||||
};
|
||||
|
||||
MP_REGISTER_ROOT_POINTER(mp_obj_list_t mp_irq_obj_list);
|
||||
|
||||
Reference in New Issue
Block a user