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.
Dependencies: FATFileSystem mbed-rtos
Dependents: Peach_AudioChannelDividerAndCompensator
Diff: USBHost/USBHost.cpp
- 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;