Skip to content

Commit ba94449

Browse files
committed
remove misleading printf from i2s audio
1 parent 53b08c7 commit ba94449

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rp2_common/pico_audio_i2s/audio_i2s.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ bool audio_i2s_connect_extra(audio_buffer_pool_t *producer, bool buffer_on_give,
216216
printf("Copying stereo to stereo at %d Hz\n", (int) producer->format->sample_freq);
217217
#endif
218218
#endif
219-
// todo we should support pass thru option anyway
220-
printf("TODO... not completing stereo audio connection properly!\n");
221219
} else {
222220
#if PICO_AUDIO_I2S_MONO_OUTPUT
223221
printf("Copying mono to mono at %d Hz\n", (int) producer->format->sample_freq);

0 commit comments

Comments
 (0)