Skip to content

Commit bf4e97d

Browse files
committed
USE_LEGACY_I2S
1 parent 38936fa commit bf4e97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/CoreAudio/AudioAnalog/AnalogConfigESP32V1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
// continuous ADC API should run on ADC1
8484

8585
#define ADC_UNIT ADC_UNIT_1
86-
#ifdef HAS_ESP32_DAC && !USE_LEGACY_I2S
86+
#if defined(HAS_ESP32_DAC) && !USE_LEGACY_I2S
8787
#include "driver/dac_continuous.h"
8888
#endif
8989

0 commit comments

Comments
 (0)