forked from espressif/esp-idf
Fix USB with swapped pins not working
(cherry picked from commit 0aa1c13027
)
This commit is contained in:
@@ -22,6 +22,5 @@ void usb_hal_init(usb_hal_context_t *usb)
|
|||||||
usb_ll_ext_phy_enable();
|
usb_ll_ext_phy_enable();
|
||||||
} else {
|
} else {
|
||||||
usb_ll_int_phy_enable();
|
usb_ll_int_phy_enable();
|
||||||
usb_ll_int_phy_pullup_conf(true, false, false, false);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user