diff options
Diffstat (limited to 'extmod/modheapq.c')
| -rw-r--r-- | extmod/modheapq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/modheapq.c b/extmod/modheapq.c index 79a12c2b9..db1e35bac 100644 --- a/extmod/modheapq.c +++ b/extmod/modheapq.c @@ -118,7 +118,7 @@ const mp_obj_module_t mp_module_heapq = { .globals = (mp_obj_dict_t *)&mp_module_heapq_globals, }; -MP_REGISTER_MODULE(MP_QSTR_heapq, mp_module_heapq); +MP_REGISTER_EXTENSIBLE_MODULE(MP_QSTR_heapq, mp_module_heapq); #endif #endif // MICROPY_PY_HEAPQ |
