arpruss / USBComposite_stm32f1

USB Composite library for STM32F1 (HID, Serial, MIDI and XBox360 controller)
Other
382 stars 76 forks source link

#include <USBMIDI.h> missing in midiout example #7

Closed underwoodblog closed 6 years ago

underwoodblog commented 6 years ago

The example doesn't compile with Arduino IDE, it stops with:

'USBMIDI' was not declared in this scope

Adding #include works.

arpruss commented 6 years ago

Thanks for the report. Fixed.