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:
25:7c72828865f3
Child:
51:deafa44182d9
--- a/USBSerial/USBSerial.h	Tue Mar 31 16:15:39 2015 +0100
+++ b/USBSerial/USBSerial.h	Wed Apr 08 07:46:23 2015 +0100
@@ -145,7 +145,7 @@
     }
 
 protected:
-    virtual bool EP2_OUT_callback();
+    virtual bool EPBULK_OUT_callback();
     virtual void lineCodingChanged(int baud, int bits, int parity, int stop){
         if (settingsChangedCallback) {
             settingsChangedCallback(baud, bits, parity, stop);