diff options
| author | hathach <[email protected]> | 2020-07-08 16:29:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-07-08 16:29:48 +0700 |
| commit | 0fd074afd85d84f162ddebbc9b8e009f9136809b (patch) | |
| tree | 5a3a3f232e9af6d8f282ec20e4be81ace4b87c29 /src | |
| parent | f82655a21269bcb9472a07c4cda5f47d85dbc007 (diff) | |
change REDUCE_SPEED=0/1 to explicitly SPEED=high/full
update readme, boards.md to add link to new stm boards
Diffstat (limited to 'src')
| -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 35b7f44f9..7eb63e52f 100644 --- a/src/portable/st/synopsys/dcd_synopsys.c +++ b/src/portable/st/synopsys/dcd_synopsys.c @@ -403,7 +403,7 @@ void dcd_init (uint8_t rhport) // Select default internal VBUS Indicator and Drive for ULPI usb_otg->GUSBCFG &= ~(USB_OTG_GUSBCFG_ULPIEVBUSD | USB_OTG_GUSBCFG_ULPIEVBUSI); - #if defined(USB_HS_PHYC) +#if defined(USB_HS_PHYC) // Highspeed with embedded UTMI PHYC // Select UTMI Interface |
