kopia lustrzana https://github.com/espressif/esp-idf
1f5dc0f5a1
This commit adds a simple flag/check in the USB Host Library that prevents users from submitting a transfer that is already inflight. - A transfer is considered inflight as soon as it is submitted by calling usb_host_transfer_submit() or usb_host_transfer_submit_control() - An inflight transfer remains inflight up until right before its callback is called by one of the USB Host Library handler functions. Closes https://github.com/espressif/esp-idf/issues/8748 |
||
---|---|---|
.. | ||
hcd.h | ||
hub.h | ||
usb_private.h | ||
usbh.h |