1 parent 6375d86 commit 274cb59Copy full SHA for 274cb59
1 file changed
py/gc_long_lived.c
@@ -85,8 +85,6 @@ mp_obj_property_t *make_property_long_lived(mp_obj_property_t *prop, uint8_t max
85
return gc_make_long_lived(prop);
86
}
87
88
-extern const mp_obj_dict_t mcu_module_globals;
89
-
90
mp_obj_dict_t *make_dict_long_lived(mp_obj_dict_t *dict, uint8_t max_depth) {
91
#ifndef MICROPY_ENABLE_GC
92
return dict;
0 commit comments