move comment next to its associated #if

This commit is contained in:
Jeff Epler 2023-03-23 21:11:05 -05:00
parent 0c0e06c940
commit b1d9331367
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 1 additions and 2 deletions

View File

@ -26,14 +26,13 @@
#pragma once
// Some boards don't implement I2SOut, so suppress any routines from here.
#if CIRCUITPY_AUDIOBUSIO_I2SOUT
#include "supervisor/background_callback.h"
#include "common-hal/microcontroller/Pin.h"
#include "common-hal/audiobusio/__init__.h"
// Some boards don't implement I2SOut, so suppress any routines from here.
typedef struct {
mp_obj_base_t base;
i2s_t i2s;