USB device stack

Dependents:   mbed-mX-USB-TEST1 USBMSD_SD_HID_HelloWorld HidTest MIDI_usb_bridge ... more

Legacy Warning

This is an mbed 2 library. To learn more about mbed OS 5, visit the docs.

Pull requests against this repository are no longer supported. Please raise against mbed OS 5 as documented above.

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);