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:
27:aa2fd412f1d3
Parent:
24:868cbfe611a7
Child:
28:a55c5a98d5e9
--- a/USBHostHub/USBHostHub.cpp	Mon Aug 18 13:45:26 2014 +0100
+++ b/USBHostHub/USBHostHub.cpp	Tue Dec 02 15:16:39 2014 +0000
@@ -220,7 +220,7 @@
 void USBHostHub::portReset(uint8_t port) {
     // reset port
     uint32_t status;
-    USB_DBG("reset port %d on hub: %p [this: %p]", port, dev, this)
+    USB_DBG("reset port %d on hub: %p [this: %p]", port, dev, this);
     setPortFeature(PORT_RESET_FEATURE, port);
     while(1) {
         status = getPortStatus(port);