Bring up to date with master

This commit is contained in:
Dalton Caron
2025-09-10 11:14:52 -07:00
parent 2e9ae5af20
commit c9527bc096

View File

@ -249,14 +249,11 @@ static inline void dwc2_phy_init(dwc2_regs_t* dwc2, uint8_t hs_phy_type) {
// Enable PLL internal PHY
USB_HS_PHYC->USB_HS_PHYC_PLL |= USB_HS_PHYC_PLL_PLLEN;
<<<<<<< HEAD
// Wait ~2ms until the PLL is ready (there's no RDY bit to query)
tusb_time_delay_ms_api(2);
#else
=======
>>>>>>> 246a92c65 (It worksgit status!)
#endif
}
}