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/10350/head
parent
801e555121
commit
2986b3af7c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue