mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
Merge pull request #476 from pfalcon/static-sys
Convert sys module to static allocation
This commit is contained in:
@@ -45,3 +45,4 @@ extern const mp_obj_module_t mp_module_io;
|
||||
extern const mp_obj_module_t mp_module_math;
|
||||
extern const mp_obj_module_t mp_module_micropython;
|
||||
extern const mp_obj_module_t mp_module_struct;
|
||||
extern const mp_obj_module_t mp_module_sys;
|
||||
|
||||
Reference in New Issue
Block a user