diff options
Diffstat (limited to 'stmhal/modutime.c')
-rw-r--r-- | stmhal/modutime.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/modutime.c b/stmhal/modutime.c index 8502e0fd62..60c92d60c1 100644 --- a/stmhal/modutime.c +++ b/stmhal/modutime.c @@ -213,6 +213,5 @@ STATIC MP_DEFINE_CONST_DICT(time_module_globals, time_module_globals_table); const mp_obj_module_t mp_module_utime = { .base = { &mp_type_module }, - .name = MP_QSTR_utime, .globals = (mp_obj_dict_t*)&time_module_globals, }; |