Skip to content

Commit

Permalink
I2S ESP3 driver, log level
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Oct 24, 2024
1 parent 9b8be07 commit d2539de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioTools/CoreAudio/AudioI2S/I2SESP32V1.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class I2SDriverESP32V1 {

/// stops the I2C and unistalls the driver
void end() {
TRACEI();
TRACED();
if (rx_chan != nullptr) {
i2s_channel_disable(rx_chan);
i2s_del_channel(rx_chan);
Expand Down

0 comments on commit d2539de

Please sign in to comment.