From 8b77e3dd2fd3005bc67bb59a701c6ea2422bf928 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 22 Jan 2015 00:16:41 +0000 Subject: stmhal: Put mod_network_nic_list in global root-pointer state. It needs to be scanned by GC. Thanks to Daniel Campora. --- 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 e966bc80de..10a5db8194 100644 --- a/py/mpstate.h +++ b/py/mpstate.h @@ -32,6 +32,7 @@ #include "py/misc.h" #include "py/nlr.h" #include "py/obj.h" +#include "py/objlist.h" // in case port needs mp_obj_list_t in root pointers #include "py/objexcept.h" // This file contains structures defining the state of the Micro Python -- cgit v1.2.3