Dependents:   STM32F103_USBMIDI_Switchbox mbed-os-usbserial-test

Fork of USBDevice_STM32F103 by Zoltan Hudak

Files at this revision

API Documentation at this revision

Comitter:
SpotlightKid
Date:
Mon Jul 31 04:39:45 2017 +0000
Parent:
67:0a9e747bca06
Commit message:
Use 'mbed_toolchain.h' instead of deprecated 'toolchain.h'

Changed in this revision

USBDevice/USBHAL.h Show annotated file Show diff for this revision Revisions of this file
diff -r 0a9e747bca06 -r fa9c5481a8ce USBDevice/USBHAL.h
--- a/USBDevice/USBHAL.h	Sat May 27 16:26:08 2017 +0000
+++ b/USBDevice/USBHAL.h	Mon Jul 31 04:39: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__))