Pārlūkot izejas kodu

Remove stray. commented out line

ndinsmore 5 gadi atpakaļ
vecāks
revīzija
cb5b9eb2f6
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/portable/raspberrypi/rp2040/rp2040_usb.c

+ 0 - 1
src/portable/raspberrypi/rp2040/rp2040_usb.c

@@ -239,7 +239,6 @@ bool _hw_endpoint_xfer_continue(struct hw_endpoint *ep)
 
     // Now we have synced our state with the hardware. Is there more data to transfer?
     uint remaining_bytes = ep->total_len - ep->len;
-    // ep->transfer_size = remaining_bytes > 64 ? 64 : remaining_bytes;
 
     if(ep->transfer_type == TUSB_XFER_ISOCHRONOUS)
     {