Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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__))