Skip to content

Commit 8ced486

Browse files
committed
Spelling
1 parent a2825da commit 8ced486

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
@@ -118,7 +118,7 @@ void HAL_HCD_HC_NotifyURBChange_Callback(HCD_HandleTypeDef *pHcd, uint8_t uChann
118118
{
119119
case URB_NOTREADY:
120120
{
121-
// If we have transfered any data then disable retries
121+
// If we have transferred any data then disable retries
122122
if(pHcd->hc[uChannel].xfer_count > 0)
123123
pTransferDescriptor->retry = 0xffffffff; // Disable retries
124124
else

0 commit comments

Comments
 (0)