Fork of the USBHost library by mbed.
Dependencies: FATFileSystem mbed-rtos
Fork of USBHost by
Revision 31:220cd93c9a5f, committed 2015-06-01
- Comitter:
- mbed_official
- Date:
- Mon Jun 01 11:01:25 2015 +0100
- Parent:
- 30:8738e5882d4e
- Commit message:
- Synchronized with git revision 7a1d25e3dfbe5bc1457774d4af3c73383a0ff81d
Full URL: https://github.com/mbedmicro/mbed/commit/7a1d25e3dfbe5bc1457774d4af3c73383a0ff81d/
Silicon Labs - Initial test framework pin definitions for EFM32 platforms
Changed in this revision
USBHost/USBHALHost_LPC17.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8738e5882d4e -r 220cd93c9a5f USBHost/USBHALHost_LPC17.cpp --- a/USBHost/USBHALHost_LPC17.cpp Thu May 28 19:55:10 2015 +0000 +++ b/USBHost/USBHALHost_LPC17.cpp Mon Jun 01 11:01:25 2015 +0100 @@ -14,7 +14,7 @@ * limitations under the License. */ -#if defined(TARGET_LPC1768) +#if defined(TARGET_LPC1768) || defined(TARGET_LPC2460) #include "mbed.h" #include "USBHALHost.h"