py/mpstate.h: Add repl_line state for MICROPY_REPL_EVENT_DRIVEN.
This commit is contained in:
parent
6dad088569
commit
9d8347a9aa
@ -166,6 +166,10 @@ typedef struct _mp_state_vm_t {
|
|||||||
|
|
||||||
// root pointers for extmod
|
// root pointers for extmod
|
||||||
|
|
||||||
|
#if MICROPY_REPL_EVENT_DRIVEN
|
||||||
|
vstr_t *repl_line;
|
||||||
|
#endif
|
||||||
|
|
||||||
#if MICROPY_PY_OS_DUPTERM
|
#if MICROPY_PY_OS_DUPTERM
|
||||||
mp_obj_t dupterm_objs[MICROPY_PY_OS_DUPTERM];
|
mp_obj_t dupterm_objs[MICROPY_PY_OS_DUPTERM];
|
||||||
mp_obj_t dupterm_arr_obj;
|
mp_obj_t dupterm_arr_obj;
|
||||||
|
Loading…
Reference in New Issue
Block a user