Remove stray. commented out line

This commit is contained in:
ndinsmore 2021-02-19 08:33:06 -05:00 committed by GitHub
parent ac87a4547d
commit cb5b9eb2f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)
{