Skip to content

Commit a914f70

Browse files
committed
Compile Errors for AudioESP32ULP
1 parent 14b943e commit a914f70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AudioTools/AudioLibs/AudioESP32ULP.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@
1313
#error Only the ESP32 supports ULP audio output
1414
#endif
1515
#include "AudioLogger.h"
16+
#include "AudioTools/CoreAudio/AudioTypes.h"
17+
#include "AudioTools/CoreAudio/AudioOutput.h"
1618
#include <driver/dac.h>
1719
#include <driver/rtc_io.h>
1820
#include <esp32/ulp.h>
1921
#include <math.h>
2022
#include <soc/rtc.h>
23+
#include "soc/rtc_io_reg.h"
2124

2225
namespace audio_tools {
2326

0 commit comments

Comments
 (0)