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:
33:819bbf04163b
Parent:
32:f2d129436056
diff -r f2d129436056 -r 819bbf04163b USBHostMSD/USBHostMSD.cpp
--- a/USBHostMSD/USBHostMSD.cpp	Wed Oct 23 06:58:55 2019 +0000
+++ b/USBHostMSD/USBHostMSD.cpp	Mon Nov 04 14:30:07 2019 +0000
@@ -32,7 +32,8 @@
 
 USBHostMSD::USBHostMSD(const char * rootdir) : FATFileSystem(rootdir)
 {
-    host = USBHost::getHostInst();
+    host = USBHost::getHostInst();    
+
     init();
     
     cbw = (CBW*)host->getSafeMem(sizeof(CBW));