usb-epfifo: remove extra USB_NAK setting
This works around an issue, though it's still not properly working. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
2b0575889f
commit
cbf4958236
@ -168,8 +168,6 @@ void usb_isr(void) {
|
|||||||
queue_more_data(0);
|
queue_more_data(0);
|
||||||
usb_ep_0_in_ev_pending_write(ep0i_pending);
|
usb_ep_0_in_ev_pending_write(ep0i_pending);
|
||||||
usb_ep_0_out_respond_write(EPF_ACK);
|
usb_ep_0_out_respond_write(EPF_ACK);
|
||||||
|
|
||||||
usb_ep_0_in_respond_write(EPF_NAK);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user