diff options
author | Damien George <damien.p.george@gmail.com> | 2014-10-12 23:25:24 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-10-12 23:25:24 +0100 |
commit | 29f56826218b3df81eeeaa6e1cdc36890a836e87 (patch) | |
tree | 1bda1cec0ba2cb6e36840cd874bc5c640307d11d /py/builtin.h | |
parent | 50062587c7dc47f43773e9d172fe3d6099faeb26 (diff) | |
parent | bfb6af857aaff7f5c2f75116caa6c6b67d63bf52 (diff) | |
download | micropython-29f56826218b3df81eeeaa6e1cdc36890a836e87.tar.gz micropython-29f56826218b3df81eeeaa6e1cdc36890a836e87.zip |
Merge pull request #904 from pfalcon/moduzlib
Module "uzlib" - based on similarly named library
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 526157fbcd..5a68609aee 100644 --- a/py/builtin.h +++ b/py/builtin.h @@ -89,5 +89,6 @@ extern struct _dummy_t mp_sys_stderr_obj; // extmod modules 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_uzlib; extern const mp_obj_module_t mp_module_ujson; extern const mp_obj_module_t mp_module_ure; |