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:
8:335f2506f422
Parent:
1:80ab0d068708
Child:
11:eeb3cbbaa996
--- a/USBDevice/USBDevice.cpp	Mon Jan 21 10:41:28 2013 +0000
+++ b/USBDevice/USBDevice.cpp	Fri Mar 01 13:10:29 2013 +0000
@@ -250,6 +250,7 @@
         }
 
         EP0read();
+        EP0readStage();
 
         /* Completed */
         return true;