Skip to content

Commit b1d9331

Browse files
committed
move comment next to its associated #if
1 parent 0c0e06c commit b1d9331

File tree

1 file changed

+1
-2
lines changed
  • ports/mimxrt10xx/common-hal/audiobusio

1 file changed

+1
-2
lines changed

ports/mimxrt10xx/common-hal/audiobusio/I2SOut.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@
2626

2727
#pragma once
2828

29+
// Some boards don't implement I2SOut, so suppress any routines from here.
2930
#if CIRCUITPY_AUDIOBUSIO_I2SOUT
3031
#include "supervisor/background_callback.h"
3132
#include "common-hal/microcontroller/Pin.h"
3233

3334
#include "common-hal/audiobusio/__init__.h"
3435

35-
// Some boards don't implement I2SOut, so suppress any routines from here.
36-
3736
typedef struct {
3837
mp_obj_base_t base;
3938
i2s_t i2s;

0 commit comments

Comments
 (0)