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 dc6e67e commit ececb9cCopy full SHA for ececb9c
ports/raspberrypi/common-hal/audiobusio/I2S.c
@@ -292,7 +292,6 @@ audioio_get_buffer_result_t audiobusio_i2s_get_buffer(audiobusio_i2s_obj_t *self
292
293
// Do other things while we wait for the buffer to fill.
294
while (!audio_dma_has_buffer(&self->dma)) {
295
- // BUG: Issue with interrupt?
296
if (self->state_machine.out) {
297
common_hal_mcu_delay_us(1000000 / self->sample_rate);
298
} else {
0 commit comments