1 parent 426112c commit e07ef8fCopy full SHA for e07ef8f
1 file changed
esp8266/main.c
@@ -57,6 +57,7 @@ STATIC void mp_reset(void) {
57
#endif
58
MP_STATE_PORT(mp_kbd_exception) = mp_obj_new_exception(&mp_type_KeyboardInterrupt);
59
MP_STATE_PORT(term_obj) = MP_OBJ_NULL;
60
+ MP_STATE_PORT(dupterm_arr_obj) = MP_OBJ_NULL;
61
pin_init0();
62
readline_init0();
63
#if MICROPY_MODULE_FROZEN
0 commit comments