Skip to content

Commit d2539de

Browse files
committed
I2S ESP3 driver, log level
1 parent 9b8be07 commit d2539de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/CoreAudio/AudioI2S/I2SESP32V1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class I2SDriverESP32V1 {
8484

8585
/// stops the I2C and unistalls the driver
8686
void end() {
87-
TRACEI();
87+
TRACED();
8888
if (rx_chan != nullptr) {
8989
i2s_channel_disable(rx_chan);
9090
i2s_del_channel(rx_chan);

0 commit comments

Comments
 (0)