mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-06 00:15:44 +00:00
Bring up to date with master
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user