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:
12:ea4badc78215
diff -r ea4badc78215 -r fa85d3614acf USBHostCam/USBHostCam.cpp
--- a/USBHostCam/USBHostCam.cpp	Wed Mar 20 14:28:39 2013 +0000
+++ b/USBHostCam/USBHostCam.cpp	Wed Apr 01 05:46:06 2015 +0000
@@ -82,8 +82,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;