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: GR-PEACH_HVC-P2_sample_client mbed-os-storage-access GR-PEACH_Digital_Signage GR-PEACH_Audio_Playback_Sample ... more
Fork of USBHost by
Diff: USBHost/USBHALHost_LPC17.cpp
- Revision:
- 31:220cd93c9a5f
- Parent:
- 27:4206883f4cb7
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"
