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
usb device: stm32: fix logic which selects the usb speed
#86922 changed the logic how the usb speed gets chosen. unfortunately
due to an error in the macros, USB_OTG_SPEED_HIGH_IN_FULL is always
selected as the condition is always true (macro is always defined).
also sync the logic between usb and usb_next stack.
Issue: #89831
Signed-off-by: Martin Gysel <[email protected]>
0 commit comments