Merge pull request #10350 from c1728p9/fix_usb_typo

Fix doxygen comment in USBDevice
pull/10053/head
Cruz Monrreal 2019-04-09 14:03:30 -05:00 committed by GitHub
commit 49cae76a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ public:
* Finish a read on the given endpoint
*
* @param endpoint Endpoint to check
* @return true if data was read false otherwise
* @return The number of bytes received
*/
virtual uint32_t endpoint_read_result(usb_ep_t endpoint) = 0;