fix build with cpb
This commit is contained in:
parent
f6f77e57c8
commit
b176702580
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
#include <MIDI.h>
|
||||
|
||||
#ifdef USE_TINYUSB
|
||||
#include <Adafruit_TinyUSB.h>
|
||||
#endif
|
||||
|
||||
MIDI_CREATE_DEFAULT_INSTANCE();
|
||||
|
||||
int notes[] = {69, 72, 74, 76, 72, 81, 79}; // melody notes
|
||||
|
|
|
|||
Loading…
Reference in a new issue