diff options
Diffstat (limited to 'ports/zephyr/modzephyr.c')
| -rw-r--r-- | ports/zephyr/modzephyr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/zephyr/modzephyr.c b/ports/zephyr/modzephyr.c index fc883ddc4..541dfe0b3 100644 --- a/ports/zephyr/modzephyr.c +++ b/ports/zephyr/modzephyr.c @@ -89,6 +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); +MP_REGISTER_MODULE(MP_QSTR_zephyr, mp_module_zephyr); #endif // MICROPY_PY_ZEPHYR |
