mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
The machine_ptr_t type is long obsolete as the type of mp_obj_t is now defined by the object representation, ie by MICROPY_OBJ_REPR. So just use void* explicitly for the typedef of mp_obj_t. If a port wants to use something different then they should define a new object representation.
37 KiB
37 KiB