diff options
author | Damien George <damien.p.george@gmail.com> | 2014-10-11 18:55:44 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-10-11 18:55:44 +0100 |
commit | 37671c9a973d20248048343cb168c50f6bbca959 (patch) | |
tree | 1bac386c924a0a8bd289bd4a36f3af9974283a33 /py/builtin.h | |
parent | 1ce916aefdaee7bca2bcf2bc4ee7e1eb75002f67 (diff) | |
parent | dd5ee9ff9c67575897ccfa8b4e8b10abecbe9800 (diff) | |
download | micropython-37671c9a973d20248048343cb168c50f6bbca959.tar.gz micropython-37671c9a973d20248048343cb168c50f6bbca959.zip |
Merge branch 'pfalcon-modure'
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 9c8b2b9be2..526157fbcd 100644 --- a/py/builtin.h +++ b/py/builtin.h @@ -90,3 +90,4 @@ extern struct _dummy_t mp_sys_stderr_obj; extern const mp_obj_module_t mp_module_uctypes; extern const mp_obj_module_t mp_module_zlibd; extern const mp_obj_module_t mp_module_ujson; +extern const mp_obj_module_t mp_module_ure; |