mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'bugfix/usb_hal_and_clk_v4.2' into 'release/v4.2'
Fix USB with swapped pins not working (backport v4.2) See merge request espressif/esp-idf!17104
This commit is contained in:
@ -22,6 +22,5 @@ void usb_hal_init(usb_hal_context_t *usb)
|
||||
usb_ll_ext_phy_enable();
|
||||
} else {
|
||||
usb_ll_int_phy_enable();
|
||||
usb_ll_int_phy_pullup_conf(true, false, false, false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user