Skip to content
Snippets Groups Projects
Commit 81cbda3a authored by Cristian Maglie's avatar Cristian Maglie
Browse files

Fixed bug in USBCore::send... (yikes!)

parent ac16594d
No related branches found
No related tags found
No related merge requests found
......@@ -624,6 +624,7 @@ uint32_t USBDeviceClass::send(uint32_t ep, const void *data, uint32_t len)
; // need fire exit.
}
len -= length;
data += length;
}
return len;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment