diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-13 06:43:18 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-13 07:02:56 +0300 |
commit | 5500cdeec76e5be33f03fe63063a6d0fca40d133 (patch) | |
tree | 1c6caf066491d5f33699d598e26f42d10d4a8585 /py/builtin.h | |
parent | 18bef25a0cd99029ebfaa92a29187c56ea96a835 (diff) |
py, unix: Convert sys module to static representation.
Diffstat (limited to 'py/builtin.h')
-rw-r--r-- | py/builtin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/builtin.h b/py/builtin.h index a29844498..bf65b4832 100644 --- a/py/builtin.h +++ b/py/builtin.h @@ -42,3 +42,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; |