diff options
Diffstat (limited to 'py/modthread.c')
| -rw-r--r-- | py/modthread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/modthread.c b/py/modthread.c index d22b1854c..11d0405e7 100644 --- a/py/modthread.c +++ b/py/modthread.c @@ -300,4 +300,6 @@ const mp_obj_module_t mp_module_thread = { .globals = (mp_obj_dict_t *)&mp_module_thread_globals, }; +MP_REGISTER_MODULE(MP_QSTR__thread, mp_module_thread, MICROPY_PY_THREAD); + #endif // MICROPY_PY_THREAD |
