diff options
Diffstat (limited to 'extmod/moduzlib.c')
| -rw-r--r-- | extmod/moduzlib.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extmod/moduzlib.c b/extmod/moduzlib.c index d02404f1c..b74c6b7b1 100644 --- a/extmod/moduzlib.c +++ b/extmod/moduzlib.c @@ -221,6 +221,9 @@ const mp_obj_module_t mp_module_uzlib = { .base = { &mp_type_module }, .globals = (mp_obj_dict_t *)&mp_module_uzlib_globals, }; + + +MP_REGISTER_MODULE(MP_QSTR_uzlib, mp_module_uzlib, MICROPY_PY_UZLIB); #endif // Source files #include'd here to make sure they're compiled in |
