Fix doxygen comment in USBDevice

Update the doxygen to correctly describe the return value of
endpoint_read_result.
pull/10469/head
Russ Butler 2019-04-08 17:30:22 -05:00 committed by adbridge
parent d252d30778
commit 5eba40774a
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ public:
* Finish a read on the given endpoint * Finish a read on the given endpoint
* *
* @param endpoint Endpoint to check * @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; virtual uint32_t endpoint_read_result(usb_ep_t endpoint) = 0;