Skip to content

Commit

Permalink
remove misleading printf from i2s audio
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham committed Mar 4, 2022
1 parent 53b08c7 commit ba94449
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rp2_common/pico_audio_i2s/audio_i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ bool audio_i2s_connect_extra(audio_buffer_pool_t *producer, bool buffer_on_give,
printf("Copying stereo to stereo at %d Hz\n", (int) producer->format->sample_freq);
#endif
#endif
// todo we should support pass thru option anyway
printf("TODO... not completing stereo audio connection properly!\n");
} else {
#if PICO_AUDIO_I2S_MONO_OUTPUT
printf("Copying mono to mono at %d Hz\n", (int) producer->format->sample_freq);
Expand Down

0 comments on commit ba94449

Please sign in to comment.