commit | 00ee84e1e139416e1069a87965065a8c66c8afa4 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Fri Jan 01 14:19:26 2016 +0200 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Fri Jan 01 14:22:57 2016 +0200 |
tree | 50f60761e3ec0ba2fa3a117809fcc68c835613d3 | |
parent | 9bbfd5efd49df9e4d6d2dddec71ad2572430f43f [diff] [blame] |
py: Clean up instantiation of dupterm object. To comply with already established scheme for extmod's.
diff --git a/py/mpstate.h b/py/mpstate.h index 012b0ef..a990713 100644 --- a/py/mpstate.h +++ b/py/mpstate.h
@@ -127,6 +127,11 @@ MICROPY_PORT_ROOT_POINTERS // root pointers for extmod + + #if MICROPY_PY_OS_DUPTERM + mp_obj_t term_obj; + #endif + #if MICROPY_PY_LWIP_SLIP mp_obj_t lwip_slip_stream; #endif