Skip to content

Commit 3d1019e

Browse files
author
Alrik Vidstrom
committed
Fix incorrect commment
Reverting previous incorrect spelling mistake fix. The comment should really be about unstall (not uninstall) as in clearing the halted feature of the USB EPs when receiving a stall.
1 parent a6310c9 commit 3d1019e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/USBHostMSD/USBHostMSD.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ int USBHostMSD::SCSITransfer(uint8_t * cmd, uint8_t cmd_len, int flags, uint8_t
273273
BO_MASS_STORAGE_RESET,
274274
0, msd_intf, NULL, 0);
275275

276-
// uninstall both endpoints
276+
// unstall [sic!] both endpoints
277277
res = host->controlWrite( dev,
278278
USB_RECIPIENT_ENDPOINT | USB_HOST_TO_DEVICE | USB_REQUEST_TYPE_STANDARD,
279279
CLEAR_FEATURE,

0 commit comments

Comments
 (0)