mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10350 from c1728p9/fix_usb_typo
Fix doxygen comment in USBDevicepull/10053/head
commit
49cae76a19
|
@ -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