Skip to content

Commit b176702

Browse files
committed
fix build with cpb
1 parent f6f77e5 commit b176702

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

MIDI_FeatherWing/MIDI_FeatherWing.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
#include <MIDI.h>
88

9+
#ifdef USE_TINYUSB
10+
#include <Adafruit_TinyUSB.h>
11+
#endif
12+
913
MIDI_CREATE_DEFAULT_INSTANCE();
1014

1115
int notes[] = {69, 72, 74, 76, 72, 81, 79}; // melody notes

0 commit comments

Comments
 (0)