Skip to content

Commit 74bc66f

Browse files
Change name of microbit.speaker type to MicroBitSpeaker.
1 parent 291e05c commit 74bc66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codal_port/microbit_speaker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ STATIC MP_DEFINE_CONST_DICT(microbit_speaker_locals_dict, microbit_speaker_local
5454

5555
STATIC const mp_obj_type_t microbit_speaker_type = {
5656
{ &mp_type_type },
57-
.name = MP_QSTR_MicroBitSpeakerPin,
57+
.name = MP_QSTR_MicroBitSpeaker,
5858
.locals_dict = (mp_obj_dict_t *)&microbit_speaker_locals_dict,
5959
};
6060

0 commit comments

Comments
 (0)