diff options
-rw-r--r-- | windows/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index f71be5d117..ee207c1ef8 100644 --- a/windows/mpconfigport.h +++ b/windows/mpconfigport.h @@ -57,7 +57,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_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED) |