remove comment that was copypasted

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

View File

@ -32,8 +32,6 @@
#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;