You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, usb.core.Device.ctrl_transfer() did not raise an
exception when TinyUSB returned an XFER_RESULT_FAILED result code.
This change raises an exception which prevents a failed transfer
from returning an all zero result buffer.
0 commit comments