We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6badb92 commit 14b1383Copy full SHA for 14b1383
1 file changed
shared-module/audiofilters/Filter.c
@@ -65,7 +65,7 @@ void common_hal_audiofilters_filter_construct(audiofilters_filter_obj_t *self,
65
}
66
self->filters = filters;
67
reset_filter_states(self);
68
-
+
69
// If we did not receive a BlockInput we need to create a default float value
70
if (mix == MP_OBJ_NULL) {
71
mix = mp_obj_new_float(1.0);
0 commit comments