From e2e01efa84d2ed46d004edf48076e4701accc176 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Fri, 13 Jul 2018 22:51:10 -0400 Subject: compiles and runs; hangs on import storage;storage.VfsFat. --- py/mpstate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'py/mpstate.h') diff --git a/py/mpstate.h b/py/mpstate.h index 6e68159ee..eef8696d3 100644 --- a/py/mpstate.h +++ b/py/mpstate.h @@ -177,6 +177,7 @@ typedef struct _mp_state_vm_t { #if MICROPY_PY_OS_DUPTERM mp_obj_t dupterm_objs[MICROPY_PY_OS_DUPTERM]; + mp_obj_t dupterm_arr_obj; #endif #if MICROPY_PY_LWIP_SLIP -- cgit v1.2.3