Skip to content

Commit df142f2

Browse files
authored
ports/espressif/supervisor/usb.c: fix comment typo
1 parent f72af51 commit df142f2

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/supervisor

1 file changed

+1
-1
lines changed

ports/espressif/supervisor/usb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void init_usb_hardware(void) {
9898

9999
.otg_mode = USB_OTG_MODE_DEVICE,
100100
// https://github.com/hathach/tinyusb/issues/2943#issuecomment-2601888322
101-
// Set speed to undefined (auto-detect) to avoid timinng/racing issue with S3 with host such as macOS
101+
// Set speed to undefined (auto-detect) to avoid timing/race issue with S3 with host such as macOS
102102
.otg_speed = USB_PHY_SPEED_UNDEFINED,
103103
};
104104
usb_new_phy(&phy_conf, &phy_hdl);

0 commit comments

Comments
 (0)