mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
moduzlib: Integrate into the system.
This commit is contained in:
@@ -390,6 +390,10 @@ typedef double mp_float_t;
|
||||
#define MICROPY_PY_ZLIBD (0)
|
||||
#endif
|
||||
|
||||
#ifndef MICROPY_PY_UZLIB
|
||||
#define MICROPY_PY_UZLIB (0)
|
||||
#endif
|
||||
|
||||
#ifndef MICROPY_PY_UJSON
|
||||
#define MICROPY_PY_UJSON (0)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user