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:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user