summaryrefslogtreecommitdiff
path: root/py/modmicropython.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/modmicropython.c')
-rw-r--r--py/modmicropython.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/modmicropython.c b/py/modmicropython.c
index 180f7f186..a2faa9a9f 100644
--- a/py/modmicropython.c
+++ b/py/modmicropython.c
@@ -209,3 +209,5 @@ const mp_obj_module_t mp_module_micropython = {
.base = { &mp_type_module },
.globals = (mp_obj_dict_t *)&mp_module_micropython_globals,
};
+
+MP_REGISTER_MODULE(MP_QSTR_micropython, mp_module_micropython, 1);