summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/modmachine.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/modmachine.c')
-rw-r--r--stmhal/modmachine.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/modmachine.c b/stmhal/modmachine.c
index ca17eff807..c5f33146f7 100644
--- a/stmhal/modmachine.c
+++ b/stmhal/modmachine.c
@@ -559,7 +559,6 @@ STATIC MP_DEFINE_CONST_DICT(machine_module_globals, machine_module_globals_table
const mp_obj_module_t machine_module = {
.base = { &mp_type_module },
- .name = MP_QSTR_umachine,
.globals = (mp_obj_dict_t*)&machine_module_globals,
};