mirror of
https://github.com/ArteryTek/AT32F415_Firmware_Library.git
synced 2026-05-21 01:12:20 +00:00
update version to v2.1.5
This commit is contained in:
@@ -334,7 +334,7 @@ void usbh_hch_out_handler(usbh_core_type *uhost, uint8_t chn)
|
||||
}
|
||||
else if(uhost->hch[chn].state == HCH_STALL)
|
||||
{
|
||||
uhost->hch[chn].urb_sts = URB_STALL;
|
||||
uhost->urb_state[chn] = URB_STALL;
|
||||
}
|
||||
else if(uhost->hch[chn].state == HCH_XACTERR ||
|
||||
uhost->hch[chn].state == HCH_DATATGLERR)
|
||||
|
||||
Reference in New Issue
Block a user