fix(hal): correct PHY selection logic in usb_wrap_ll.h

This commit is contained in:
Tinyu
2025-11-06 12:27:34 +08:00
committed by Tomas Rezucha
parent 9778f67e3e
commit 8a43f8558f
@@ -59,8 +59,10 @@ FORCE_INLINE_ATTR void usb_wrap_ll_phy_select(usb_wrap_dev_t *hw, unsigned int p
switch (phy_idx) {
case 0:
LP_SYS.usb_ctrl.sw_usb_phy_sel = true;
break;
case 1:
LP_SYS.usb_ctrl.sw_usb_phy_sel = false;
break;
default:
break;
}