diff options
Diffstat (limited to 'cc3200/mods/moduos.c')
| -rw-r--r-- | cc3200/mods/moduos.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc3200/mods/moduos.c b/cc3200/mods/moduos.c index 9538b679e..8e3e0135e 100644 --- a/cc3200/mods/moduos.c +++ b/cc3200/mods/moduos.c @@ -602,6 +602,5 @@ STATIC MP_DEFINE_CONST_DICT(os_module_globals, os_module_globals_table); const mp_obj_module_t mp_module_uos = { .base = { &mp_type_module }, - .name = MP_QSTR_uos, .globals = (mp_obj_dict_t*)&os_module_globals, }; |
