Skip to content

Commit ba20540

Browse files
rhammelltannewt
andauthored
Update shared-bindings/audiomixer/MixerVoice.c
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 1c7a0cc commit ba20540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/audiomixer/MixerVoice.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(audiomixer_mixervoice_stop_obj, 1, audiomixer_mixervo
8686
//| sample to finish before looping again ""
8787
//| ...
8888
//|
89-
STATIC mp_obj_t audiomixer_mixervoice_obj_end(mp_obj_t self_in) {
89+
static mp_obj_t audiomixer_mixervoice_obj_end(mp_obj_t self_in) {
9090
audiomixer_mixervoice_obj_t *self = MP_OBJ_TO_PTR(self_in);
9191
common_hal_audiomixer_mixervoice_end(self);
9292
return mp_const_none;

0 commit comments

Comments
 (0)