mirror of https://github.com/ARMmbed/mbed-os.git
Fix doxygen comment in USBDevice
Update the doxygen to correctly describe the return value of endpoint_read_result.pull/10469/head
parent
d252d30778
commit
5eba40774a
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue