Update for new version of mbed.

Dependents:   DHT11_USBSerial

Fork of USBDevice_STM32F103 by Zoltan Hudak

Revision:
70:c74dbe78ca5b
Parent:
62:23cb405e1ee5
--- a/USBDevice/USBHAL.h	Sun Nov 12 19:46:13 2017 +0000
+++ b/USBDevice/USBHAL.h	Sun Dec 03 21:14:26 2017 +0000
@@ -21,7 +21,7 @@
 
 #include "mbed.h"
 #include "USBEndpoints.h"
-#include "toolchain.h"
+#include "mbed_toolchain.h"
 
 //#ifdef __GNUC__
 //#define __packed __attribute__ ((__packed__))