diff options
| author | hathach <[email protected]> | 2021-10-26 23:57:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-10-26 23:57:48 +0700 |
| commit | 49aa69a301abfc86e1182d329c1f3b586cdcf204 (patch) | |
| tree | 90c1ad19909b56fd1b6b9f0702dd9e44ae013301 /src/portable/st | |
| parent | 07829510e7fe14efca735401d3cd2cfdd4f30066 (diff) | |
update bcm dcd
Diffstat (limited to 'src/portable/st')
| -rw-r--r-- | src/portable/st/synopsys/dcd_synopsys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/st/synopsys/dcd_synopsys.c b/src/portable/st/synopsys/dcd_synopsys.c index 4e2bbd076..4782ead8c 100644 --- a/src/portable/st/synopsys/dcd_synopsys.c +++ b/src/portable/st/synopsys/dcd_synopsys.c @@ -370,7 +370,7 @@ static bool USB_HS_PHYCInit(void) { USB_HS_PHYC_GlobalTypeDef *usb_hs_phyc = (USB_HS_PHYC_GlobalTypeDef*) USB_HS_PHYC_CONTROLLER_BASE; - // Enable LDO + // Enable LDO: Note STM32F72/3xx Reference Manual rev 3 June 2018 incorrectly defined this bit as Disabled !! usb_hs_phyc->USB_HS_PHYC_LDO |= USB_HS_PHYC_LDO_ENABLE; // Wait until LDO ready |
