Skip to content

Commit

Permalink
ports/espressif/supervisor/usb.c: fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert authored Jan 21, 2025
1 parent f72af51 commit df142f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/espressif/supervisor/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void init_usb_hardware(void) {

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

0 comments on commit df142f2

Please sign in to comment.