Fix doxygen comment in USBDevice

Update the doxygen to correctly describe the return value of
endpoint_read_result.
pull/10350/head
Russ Butler 2019-04-08 17:30:22 -05:00
parent 801e555121
commit 2986b3af7c
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;