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 /unix/mpconfigport.h | |
| parent | 50062587c7dc47f43773e9d172fe3d6099faeb26 (diff) | |
| parent | bfb6af857aaff7f5c2f75116caa6c6b67d63bf52 (diff) | |
Merge pull request #904 from pfalcon/moduzlib
Module "uzlib" - based on similarly named library
Diffstat (limited to 'unix/mpconfigport.h')
| -rw-r--r-- | unix/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index bbd100d5f..f188d5fef 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -55,7 +55,7 @@ #define MICROPY_PY_GC_COLLECT_RETVAL (1) #define MICROPY_PY_UCTYPES (1) -#define MICROPY_PY_ZLIBD (1) +#define MICROPY_PY_UZLIB (1) #define MICROPY_PY_UJSON (1) #define MICROPY_PY_URE (1) |
