remove comment that was copypasted
This commit is contained in:
parent
e1c8a3062a
commit
0c0e06c940
|
@ -32,8 +32,6 @@
|
||||||
|
|
||||||
#include "common-hal/audiobusio/__init__.h"
|
#include "common-hal/audiobusio/__init__.h"
|
||||||
|
|
||||||
// Some boards don't implement I2SOut, so suppress any routines from here.
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
mp_obj_base_t base;
|
mp_obj_base_t base;
|
||||||
i2s_t i2s;
|
i2s_t i2s;
|
||||||
|
|
Loading…
Reference in New Issue