We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2565e2 commit e1c8a30Copy full SHA for e1c8a30
1 file changed
ports/mimxrt10xx/common-hal/audiobusio/__init__.c
@@ -284,7 +284,6 @@ static void i2s_fill_buffer(i2s_t *self) {
284
285
static void i2s_callback_fun(void *self_in) {
286
i2s_t *self = self_in;
287
- mp_printf(&mp_plat_print, ".");
288
i2s_fill_buffer(self);
289
}
290
0 commit comments