Skip to content

Commit ececb9c

Browse files
committed
Remove bug comment.
1 parent dc6e67e commit ececb9c

File tree

1 file changed

+0
-1
lines changed
  • ports/raspberrypi/common-hal/audiobusio

1 file changed

+0
-1
lines changed

ports/raspberrypi/common-hal/audiobusio/I2S.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ audioio_get_buffer_result_t audiobusio_i2s_get_buffer(audiobusio_i2s_obj_t *self
292292

293293
// Do other things while we wait for the buffer to fill.
294294
while (!audio_dma_has_buffer(&self->dma)) {
295-
// BUG: Issue with interrupt?
296295
if (self->state_machine.out) {
297296
common_hal_mcu_delay_us(1000000 / self->sample_rate);
298297
} else {

0 commit comments

Comments
 (0)