Skip to content

Commit 49cae76

Browse files
author
Cruz Monrreal
authored
Merge pull request #10350 from c1728p9/fix_usb_typo
Fix doxygen comment in USBDevice
2 parents 73f1edd + 2986b3a commit 49cae76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usb/device/USBPhy/USBPhy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class USBPhy {
283283
* Finish a read on the given endpoint
284284
*
285285
* @param endpoint Endpoint to check
286-
* @return true if data was read false otherwise
286+
* @return The number of bytes received
287287
*/
288288
virtual uint32_t endpoint_read_result(usb_ep_t endpoint) = 0;
289289

0 commit comments

Comments
 (0)