all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.

This commit is contained in:
Damien George
2017-08-21 21:34:23 +10:00
parent 4c736ea8fc
commit 4ec803a42a
46 changed files with 487 additions and 487 deletions

View File

@@ -89,7 +89,7 @@
extern const struct _mp_obj_module_t mp_module_os;
#define MICROPY_PORT_BUILTIN_MODULES \
{ MP_OBJ_NEW_QSTR(MP_QSTR_uos), (mp_obj_t)&mp_module_os }, \
{ MP_ROM_QSTR(MP_QSTR_uos), MP_ROM_PTR(&mp_module_os) }, \
#define MICROPY_PORT_ROOT_POINTERS \