summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorndinsmore <[email protected]>2021-02-19 08:33:06 -0500
committerGitHub <[email protected]>2021-02-19 08:33:06 -0500
commitcb5b9eb2f671a6d1a00205e0df01b0d68725ec60 (patch)
tree9f90ce00aa51e062ba1bebf6d32b8e23906bb9de /src
parentac87a4547d520fd41815ccb5155ed6680de46ce0 (diff)
Remove stray. commented out line
Diffstat (limited to 'src')
-rw-r--r--src/portable/raspberrypi/rp2040/rp2040_usb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/portable/raspberrypi/rp2040/rp2040_usb.c b/src/portable/raspberrypi/rp2040/rp2040_usb.c
index 9bf359525..a6e0ed560 100644
--- a/src/portable/raspberrypi/rp2040/rp2040_usb.c
+++ b/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)
{