diff options
Diffstat (limited to 'esp8266/modmachine.c')
-rw-r--r-- | esp8266/modmachine.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/modmachine.c b/esp8266/modmachine.c index b0b7f3a1a3..8a81cba53a 100644 --- a/esp8266/modmachine.c +++ b/esp8266/modmachine.c @@ -271,7 +271,6 @@ STATIC MP_DEFINE_CONST_DICT(machine_module_globals, machine_module_globals_table const mp_obj_module_t mp_module_machine = { .base = { &mp_type_module }, - .name = MP_QSTR_umachine, .globals = (mp_obj_dict_t*)&machine_module_globals, }; |