summaryrefslogtreecommitdiff
path: root/ports/samd/modsamd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/samd/modsamd.c')
-rw-r--r--ports/samd/modsamd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/samd/modsamd.c b/ports/samd/modsamd.c
index 387ced5cf..68fd6b53e 100644
--- a/ports/samd/modsamd.c
+++ b/ports/samd/modsamd.c
@@ -40,4 +40,4 @@ const mp_obj_module_t mp_module_samd = {
.globals = (mp_obj_dict_t *)&samd_module_globals,
};
-MP_REGISTER_MODULE(MP_QSTR_samd, mp_module_samd, 1);
+MP_REGISTER_MODULE(MP_QSTR_samd, mp_module_samd);