supported GR-PEACH original: http://developer.mbed.org/users/va009039/code/USBHostC270_example/ The function of Isochronous has moved to USBHost_AddIso library.

Dependencies:   USBHost_custom_Addiso

Fork of USBHostC270_example_GR-PEACH by GR-PEACH_producer_meeting

Revision:
13:fa85d3614acf
Parent:
11:6a8eef89eb22
--- a/USBHostC270/USBHostC270.cpp	Wed Mar 20 14:28:39 2013 +0000
+++ b/USBHostC270/USBHostC270.cpp	Wed Apr 01 05:46:06 2015 +0000
@@ -75,8 +75,6 @@
                     report_cc_count[i] = 0;
                     report_ps_cc_count[i] = 0;
                 }
-                LPC_USB->HcControl |= OR_CONTROL_PLE; // PeriodicListEnable
-                LPC_USB->HcControl |= OR_CONTROL_IE;  // IsochronousEnable
 
                 dev_connected = true;
                 return true;