summaryrefslogtreecommitdiff
path: root/src/portable
diff options
context:
space:
mode:
authorDalton Caron <[email protected]>2025-09-10 11:14:52 -0700
committerDalton Caron <[email protected]>2025-09-10 11:14:52 -0700
commitc9527bc0964dcd883df7ec485e2d71333ed780c0 (patch)
tree86622bf16d07114e8ed346ab90b22b717c20d4ba /src/portable
parent2e9ae5af203c211e9efe3c00a51179c3c883c2bd (diff)
Bring up to date with master
Diffstat (limited to 'src/portable')
-rw-r--r--src/portable/synopsys/dwc2/dwc2_stm32.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/portable/synopsys/dwc2/dwc2_stm32.h b/src/portable/synopsys/dwc2/dwc2_stm32.h
index ca5ce5a7c..08950ccc0 100644
--- a/src/portable/synopsys/dwc2/dwc2_stm32.h
+++ b/src/portable/synopsys/dwc2/dwc2_stm32.h
@@ -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
}
}