Skip to content

Commit 0173377

Browse files
author
Alrik Vidstrom
committed
Fix minor spelling error
errror => error
1 parent cf2a1d8 commit 0173377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/targets/TARGET_STM/USBHALHost_STM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ uint32_t HAL_HCD_HC_GetType(HCD_HandleTypeDef *hhcd, uint8_t chnum)
8787
// - URB_STALL = a stall response from the device - but it is never handled by the library and will end up
8888
// as a timeout at a higher layer, because of an ep_queue.get() timeout, which will activate
8989
// error recovery indirectly
90-
// - URB_DONE = the transfer completed normally without errrors
90+
// - URB_DONE = the transfer completed normally without errors
9191
// - URB_NOTREADY = a NAK, NYET, or not more than a couple of repeats of some of the errors that will
9292
// become URB_ERROR if they repeat several times in a row
9393
//

0 commit comments

Comments
 (0)