mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8277243522
This commit fixes a bug where if multiple concurrent USBH API calls trigger multiple events on the same device, some events will be lost. As a result, those lost events don't get processed by the subsequent usbh_process() call.