Skip to content

Commit 99f244e

Browse files
committed
fix comment
1 parent e8a6d38 commit 99f244e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-module/usb/core/Device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ static size_t _handle_timed_transfer_callback(tuh_xfer_t *xfer, mp_int_t timeout
132132
tuh_edpt_abort_xfer(xfer->daddr, xfer->ep_addr);
133133
return 0;
134134
}
135-
// Handle control transfer result code from TinyUSB
135+
// Handle transfer result code from TinyUSB
136136
xfer_result_t result = _xfer_result;
137137
_xfer_result = XFER_RESULT_INVALID;
138138
switch (result) {

0 commit comments

Comments
 (0)