Support Isochronous transfer additionally

Dependents:   USBHostC270_example_GR-PEACH USBHostDac_example USBHostDac_Audio_in_out

Fork of USBHost_custom by Renesas

Revision:
17:c7b1b8451598
Parent:
16:ab8c9118524e
Child:
22:f4191d3837dc
--- a/USBHost/USBHost.cpp	Wed Oct 09 13:15:21 2013 +0100
+++ b/USBHost/USBHost.cpp	Wed Oct 16 14:15:18 2013 +0100
@@ -28,8 +28,6 @@
 
 #define MIN(a, b) ((a > b) ? b : a)
 
-DigitalOut l4(LED4);
-
 /**
 * How interrupts are processed:
 *    - new device connected:
@@ -72,7 +70,6 @@
         
         if (evt.status == osEventMail) {
             
-            l4 = !l4;
             message_t * usb_msg = (message_t*)evt.value.p;
             
             switch (usb_msg->event_id) {