USBDevice with support for STM32F3

Fork of F042K6_USBDevice by Norimasa Okamoto

Revision:
68:5d129df98e41
Parent:
66:b129e98ab7a0
Child:
74:f9c09a6c750f
--- a/USBDevice/USBHAL.h	Mon Oct 24 17:40:10 2016 +0100
+++ b/USBDevice/USBHAL.h	Tue Mar 07 23:19:45 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__))