Merge pull request #476 from pfalcon/static-sys

Convert sys module to static allocation
This commit is contained in:
Damien George
2014-04-13 12:52:39 +01:00
17 changed files with 100 additions and 48 deletions

View File

@@ -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;