Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: FTHR_USB_serial API_2x_ECO
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);