Fix USB CLK always reset and USB with swapped pins not working

This commit is contained in:
me-no-dev
2020-08-21 01:44:11 +03:00
parent dde6222cdc
commit 0aa1c13027
2 changed files with 0 additions and 2 deletions

View File

@@ -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);
}
}