Skip to content
Snippets Groups Projects
Commit 8a95c1ea authored by Sandeep Mistry's avatar Sandeep Mistry
Browse files

Merge remote-tracking branch 'gh-megabit/usbcpp-warning-fix'

parents a1739d01 069b7601
Branches
Tags
No related merge requests found
......@@ -646,7 +646,7 @@ uint32_t USBDeviceClass::send(uint32_t ep, const void *data, uint32_t len)
; // need fire exit.
}
len -= length;
data += length;
data = (char *)data + length;
}
return len;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment