diff options
Diffstat (limited to 'ports/unix/moduselect.c')
| -rw-r--r-- | ports/unix/moduselect.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/unix/moduselect.c b/ports/unix/moduselect.c index c88eb25ed..d3e0eff03 100644 --- a/ports/unix/moduselect.c +++ b/ports/unix/moduselect.c @@ -351,4 +351,6 @@ const mp_obj_module_t mp_module_uselect = { .globals = (mp_obj_dict_t *)&mp_module_select_globals, }; +MP_REGISTER_MODULE(MP_QSTR_uselect, mp_module_uselect, MICROPY_PY_USELECT_POSIX); + #endif // MICROPY_PY_USELECT_POSIX |
