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:
32:f2d129436056
Parent:
24:868cbfe611a7
--- a/USBHost/USBHostTypes.h	Tue Feb 17 10:36:26 2015 +0100
+++ b/USBHost/USBHostTypes.h	Wed Oct 23 06:58:55 2019 +0000
@@ -18,7 +18,7 @@
 #define USB_INC_H
 
 #include "mbed.h"
-#include "toolchain.h"
+#include "mbed_toolchain.h"
 
 enum USB_TYPE {
     USB_TYPE_OK = 0,