USB device stack
Dependents: MATSU-bed_blinky MATSU-bed_detection
Fork of USBDevice by
Diff: USBMIDI/USBMIDI.cpp
- Revision:
- 47:a0cd9646ecd1
- Parent:
- 11:eeb3cbbaa996
- Child:
- 48:03f8e580579a
--- a/USBMIDI/USBMIDI.cpp Tue Mar 31 16:15:39 2015 +0100 +++ b/USBMIDI/USBMIDI.cpp Wed Apr 08 07:46:23 2015 +0100 @@ -35,7 +35,7 @@ } -bool USBMIDI::EP2_OUT_callback() { +bool USBMIDI::EPBULK_OUT_callback() { uint8_t buf[64]; uint32_t len; readEP(EPBULK_OUT, buf, &len, 64);