USBHost library

Dependencies:   FATFileSystem mbed-rtos

Dependents:   AbitUSBModem_HTTPTest AbitUSBModem_MQTTTest AbitUSBModem_WebsocketTest AbitUSBModem_SMSTest

Fork of USBHost by mbed official

Revision:
9:7671b6a8c363
Parent:
8:93da8ea2708b
Child:
24:868cbfe611a7
--- a/USBHost/USBEndpoint.h	Thu Mar 14 11:49:53 2013 +0000
+++ b/USBHost/USBEndpoint.h	Thu Mar 14 14:20:03 2013 +0000
@@ -19,10 +19,11 @@
 
 #include "FunctionPointer.h"
 #include "USBHostTypes.h"
+#include "rtos.h"
 
 class USBDeviceConnected;
 
-/** 
+/**
 * USBEndpoint class
 */
 class USBEndpoint
@@ -137,6 +138,8 @@
     inline uint8_t              getIntfNb() { return intf_nb; };
     
     USBDeviceConnected * dev;
+    
+    Queue<uint8_t, 1> ep_queue;
 
 private:
     ENDPOINT_TYPE type;