We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291e05c commit 74bc66fCopy full SHA for 74bc66f
src/codal_port/microbit_speaker.c
@@ -54,7 +54,7 @@ STATIC MP_DEFINE_CONST_DICT(microbit_speaker_locals_dict, microbit_speaker_local
54
55
STATIC const mp_obj_type_t microbit_speaker_type = {
56
{ &mp_type_type },
57
- .name = MP_QSTR_MicroBitSpeakerPin,
+ .name = MP_QSTR_MicroBitSpeaker,
58
.locals_dict = (mp_obj_dict_t *)µbit_speaker_locals_dict,
59
};
60
0 commit comments