Skip to content

Commit

Permalink
Compile error in AnalogDriverESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Jun 24, 2024
1 parent 884cdae commit 7dfa712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioAnalog/AnalogDriverESP32.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "AudioConfig.h"
#if defined(ESP32) && defined(USE_ANALOG) && ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(5, 0 , 0) || defined(DOXYGEN)
#include "AudioAnalog/AnalogAudioBase.h"
#include "AudioAnalog/AnalogDriverBase.h"
#include "driver/i2s.h"
#include "driver/adc.h"
#include "soc/dac_channel.h"
Expand Down

0 comments on commit 7dfa712

Please sign in to comment.