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_RZ_A1.cpp
- Revision:
- 35:f72ccc6892ee
- Parent:
- 32:140defdf151c
--- a/USBHost/USBHALHost_RZ_A1.cpp Thu Feb 18 09:46:13 2016 +0000 +++ b/USBHost/USBHALHost_RZ_A1.cpp Fri Apr 29 01:16:38 2016 +0100 @@ -14,7 +14,7 @@ * limitations under the License. */ -#if defined(TARGET_RZ_A1H) +#if defined(TARGET_RZ_A1H) || defined(TARGET_VK_RZ_A1H) #include "mbed.h" #include "USBHALHost.h"
