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:
Sean Cross 2019-04-05 13:21:09 +08:00
parent 2b0575889f
commit cbf4958236
1 changed files with 0 additions and 2 deletions

View File

@ -168,8 +168,6 @@ void usb_isr(void) {
queue_more_data(0);
usb_ep_0_in_ev_pending_write(ep0i_pending);
usb_ep_0_out_respond_write(EPF_ACK);
usb_ep_0_in_respond_write(EPF_NAK);
}
return;