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 0c0e06c commit b1d9331Copy full SHA for b1d9331
ports/mimxrt10xx/common-hal/audiobusio/I2SOut.h
@@ -26,14 +26,13 @@
26
27
#pragma once
28
29
+// Some boards don't implement I2SOut, so suppress any routines from here.
30
#if CIRCUITPY_AUDIOBUSIO_I2SOUT
31
#include "supervisor/background_callback.h"
32
#include "common-hal/microcontroller/Pin.h"
33
34
#include "common-hal/audiobusio/__init__.h"
35
-// Some boards don't implement I2SOut, so suppress any routines from here.
36
-
37
typedef struct {
38
mp_obj_base_t base;
39
i2s_t i2s;
0 commit comments