mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
py: Add MP_ROM_* macros and mp_rom_* types and use them.
This commit is contained in:
@@ -48,6 +48,7 @@ typedef union _mp_arg_val_t {
|
||||
bool u_bool;
|
||||
mp_int_t u_int;
|
||||
mp_obj_t u_obj;
|
||||
mp_rom_obj_t u_rom_obj;
|
||||
} mp_arg_val_t;
|
||||
|
||||
typedef struct _mp_arg_t {
|
||||
|
||||
Reference in New Issue
Block a user