diff options
Diffstat (limited to 'py/modthread.c')
| -rw-r--r-- | py/modthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modthread.c b/py/modthread.c index 11d0405e7..bad94fbf2 100644 --- a/py/modthread.c +++ b/py/modthread.c @@ -300,6 +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); +MP_REGISTER_MODULE(MP_QSTR__thread, mp_module_thread); #endif // MICROPY_PY_THREAD |
