doku newon / DokuUSBHostWithIso

Dependencies:   FATFileSystem mbed-rtos

Dependents:   Peach_AudioChannelDividerAndCompensator

Revision:
32:176143a0f4de
Parent:
31:271fcfd7cfc2
--- a/USBHost/USBHost.cpp	Wed Sep 30 05:52:33 2015 +0000
+++ b/USBHost/USBHost.cpp	Sun Oct 18 08:16:18 2015 +0000
@@ -784,8 +784,9 @@
         return res;
     }
     total_conf_descr_length = buf[2] | (buf[3] << 8);
+printf("total_conf_descr_length:%d\n",total_conf_descr_length);
     total_conf_descr_length = MIN(max_len_buf, total_conf_descr_length);
-
+printf("max_len_buf:%d\n",max_len_buf);
     if (len_conf_descr)
         *len_conf_descr = total_conf_descr_length;