mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
v1.1.0
This commit is contained in:
@@ -1391,8 +1391,10 @@ void USBD_IRQHandler(void)
|
||||
uint32_t DiepintReg = AIC_UDC_REG->inepint[ep_idx];
|
||||
AIC_UDC_REG->inepint[ep_idx] = DiepintReg;
|
||||
|
||||
if (epint & INTKNEPMIS)
|
||||
if (epint & INTKNEPMIS) {
|
||||
aic_udelay(100);
|
||||
usbd_npinep_rewrite(ep_idx);
|
||||
}
|
||||
|
||||
if ((epint & TRANSFER_DONE) == TRANSFER_DONE) {
|
||||
if (ep_idx == 0) {
|
||||
|
||||
Reference in New Issue
Block a user