diff options
Diffstat (limited to 'ports/zephyr/modzephyr.c')
| -rw-r--r-- | ports/zephyr/modzephyr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/zephyr/modzephyr.c b/ports/zephyr/modzephyr.c index 52449ea38..fc883ddc4 100644 --- a/ports/zephyr/modzephyr.c +++ b/ports/zephyr/modzephyr.c @@ -89,4 +89,6 @@ const mp_obj_module_t mp_module_zephyr = { .globals = (mp_obj_dict_t *)&mp_module_time_globals, }; +MP_REGISTER_MODULE(MP_QSTR_zephyr, mp_module_zephyr, MICROPY_PY_ZEPHYR); + #endif // MICROPY_PY_ZEPHYR |
