Adaptation of the official mbed USBHost repository to work with the LPC4088 Display Module

Dependents:   DMSupport DMSupport DMSupport DMSupport

Fork of DM_USBHost by EmbeddedArtists AB

Revision:
28:a55c5a98d5e9
Parent:
24:868cbfe611a7
--- a/USBHostHub/USBHostHub.h	Tue Dec 02 15:16:39 2014 +0000
+++ b/USBHostHub/USBHostHub.h	Wed Dec 03 13:32:37 2014 +0000
@@ -37,6 +37,7 @@
     * Constructor
     */
     USBHostHub();
+    virtual ~USBHostHub();
 
     /**
     * Check if a USB Hub is connected
@@ -104,7 +105,7 @@
 
     void rxHandler();
 
-    uint8_t buf[sizeof(HubDescriptor)];
+    uint8_t* buf;//[sizeof(HubDescriptor)];
 
     int hub_intf;
     bool hub_device_found;