You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP_RETURN_ON_FALSE((handle->target==USB_PHY_TARGET_UTMI) == (speed==USB_PHY_SPEED_HIGH), ESP_ERR_NOT_SUPPORTED, USBPHY_TAG, "UTMI can be HighSpeed only"); // This is our software limitation
181
177
182
-
handle->otg_speed=speed;
183
-
// No need to configure anything neither for UTMI PHY nor for Internal USB FSLS PHY
178
+
// Keeping this here for backward compatibility
179
+
// No need to configure anything neither for UTMI PHY nor for USB FSLS PHY
0 commit comments