Skip to content

Commit 5ad1b27

Browse files
committed
AnalogConfig use I2S_AUTO_CLEAR
1 parent 98170e2 commit 5ad1b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioAnalog/AnalogAudioBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class AnalogConfig : public AudioInfo {
2929
// public config parameters
3030
int port_no = I2S_NUM_0; // Analog input and output only supports 0!
3131
bool use_apll = false;
32-
bool auto_clear = false;
32+
bool auto_clear = I2S_AUTO_CLEAR;
3333
bool uninstall_driver_on_end = true;
3434
int mode_internal;
3535

0 commit comments

Comments
 (0)