diff options
Diffstat (limited to 'extmod/modbtree.c')
| -rw-r--r-- | extmod/modbtree.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extmod/modbtree.c b/extmod/modbtree.c index 467b68e1d..df33d765e 100644 --- a/extmod/modbtree.c +++ b/extmod/modbtree.c @@ -379,6 +379,8 @@ const mp_obj_module_t mp_module_btree = { .base = { &mp_type_module }, .globals = (mp_obj_dict_t *)&mp_module_btree_globals, }; + +MP_REGISTER_MODULE(MP_QSTR_btree, mp_module_btree, MICROPY_PY_BTREE); #endif #endif // MICROPY_PY_BTREE |
