We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72af51 commit df142f2Copy full SHA for df142f2
ports/espressif/supervisor/usb.c
@@ -98,7 +98,7 @@ void init_usb_hardware(void) {
98
99
.otg_mode = USB_OTG_MODE_DEVICE,
100
// 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
+ // Set speed to undefined (auto-detect) to avoid timing/race issue with S3 with host such as macOS
102
.otg_speed = USB_PHY_SPEED_UNDEFINED,
103
};
104
usb_new_phy(&phy_conf, &phy_hdl);
0 commit comments