diff options
Diffstat (limited to 'stmhal/modstm.c')
-rw-r--r-- | stmhal/modstm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/modstm.c b/stmhal/modstm.c index 005cd824a..76c8eb155 100644 --- a/stmhal/modstm.c +++ b/stmhal/modstm.c @@ -51,6 +51,5 @@ STATIC MP_DEFINE_CONST_DICT(stm_module_globals, stm_module_globals_table); const mp_obj_module_t stm_module = { .base = { &mp_type_module }, - .name = MP_QSTR_stm, .globals = (mp_obj_dict_t*)&stm_module_globals, }; |