mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
renesas-ra: Use MP_REGISTER_ROOT_POINTER().
This uses MP_REGISTER_ROOT_POINTER() to register all port-specific root pointers in the renesas-ra port. Signed-off-by: David Lechner <david@pybricks.com>
This commit is contained in:
committed by
Damien George
parent
f8805e2416
commit
575fa61c6d
@@ -397,3 +397,5 @@ soft_reset_exit:
|
||||
|
||||
goto soft_reset;
|
||||
}
|
||||
|
||||
MP_REGISTER_ROOT_POINTER(mp_obj_t pyb_config_main);
|
||||
|
||||
Reference in New Issue
Block a user