Support Isochronous transfer additionally

Dependents:   USBHostC270_example_GR-PEACH USBHostDac_example USBHostDac_Audio_in_out

Fork of USBHost_custom by Renesas

Revision:
35:f72ccc6892ee
Parent:
32:140defdf151c
Child:
41:5c3ebf7372ee
--- 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"