diff options
Diffstat (limited to 'stmhal/moduselect.c')
-rw-r--r-- | stmhal/moduselect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/moduselect.c b/stmhal/moduselect.c index 92e77e6ca8..2dcac7fdec 100644 --- a/stmhal/moduselect.c +++ b/stmhal/moduselect.c @@ -307,6 +307,5 @@ STATIC MP_DEFINE_CONST_DICT(mp_module_select_globals, mp_module_select_globals_t const mp_obj_module_t mp_module_uselect = { .base = { &mp_type_module }, - .name = MP_QSTR_uselect, .globals = (mp_obj_dict_t*)&mp_module_select_globals, }; |