update version to v2.1.5

This commit is contained in:
Artery-MCU
2024-08-27 09:56:16 +08:00
parent 95481a671d
commit 716f545aa1
322 changed files with 695 additions and 1745 deletions

View File

@@ -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)