We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4f57e commit be3671fCopy full SHA for be3671f
ports/espressif/common-hal/audioio/AudioOut.c
@@ -9,11 +9,9 @@
9
#include "shared-bindings/microcontroller/Pin.h"
10
#include "shared-module/audiocore/__init__.h"
11
12
-
13
-#ifdef SOC_DAC_SUPPORTED
14
15
#include "driver/dac_continuous.h"
16
+
17
#if defined(CONFIG_IDF_TARGET_ESP32)
18
#define pin_CHANNEL_0 pin_GPIO25
19
#define pin_CHANNEL_1 pin_GPIO26
@@ -557,5 +555,3 @@ void common_hal_audioio_audioout_stop(audioio_audioout_obj_t *self) {
557
555
bool common_hal_audioio_audioout_get_playing(audioio_audioout_obj_t *self) {
558
556
return self->playing && !self->paused;
559
}
560
561
-#endif
0 commit comments