Skip to content

Commit

Permalink
update import name
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhugo committed Oct 14, 2024
1 parent a61c446 commit b7ce7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/nrf/boards/MICROBIT/modules/modmicrobit.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ const mp_obj_module_t microbit_module = {
.globals = (mp_obj_dict_t*)&microbit_module_globals,
};

MP_REGISTER_MODULE(MP_QSTR_microbit, microbit_module);
MP_REGISTER_MODULE(MP_QSTR_calliopemini, microbit_module);

0 comments on commit b7ce7a8

Please sign in to comment.