USB device library for STM32F103 microcontrollers. This fork just changes the include of 'toolchain.h' to 'med_toolchain.h'.
Dependents: STM32F103_USBMIDI_Switchbox mbed-os-usbserial-test
Fork of USBDevice_STM32F103 by
Revision 68:fa9c5481a8ce, committed 2017-07-31
- 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 |
--- 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__))