mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
stmhal: Put mod_network_nic_list in global root-pointer state.
It needs to be scanned by GC. Thanks to Daniel Campora.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user