summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-06-06 12:51:10 +0700
committerhathach <[email protected]>2022-06-06 12:51:10 +0700
commit7187cd9a8528bfe2b570567ca2d0a2ae36b7c478 (patch)
tree69420646c32dea57cde33784e39fbb99fba35808 /src
parentf626916a5733fc7beff29ff6f907433e28ff14e0 (diff)
fix ci, remove use of CFG_TUSB_RHPORT0_MODE in bsp
Diffstat (limited to 'src')
-rw-r--r--src/portable/bridgetek/ft9xx/dcd_ft9xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/bridgetek/ft9xx/dcd_ft9xx.c b/src/portable/bridgetek/ft9xx/dcd_ft9xx.c
index 7a65cf5d0..2445593fe 100644
--- a/src/portable/bridgetek/ft9xx/dcd_ft9xx.c
+++ b/src/portable/bridgetek/ft9xx/dcd_ft9xx.c
@@ -312,7 +312,7 @@ static void _dcd_ft90x_detach(void)
// Determine the speed of the USB to which we are connected.
// Set the speed of the PHY accordingly.
-// High speed can be disabled through CFG_TUSB_RHPORT0_MODE settings.
+// High speed can be disabled through CFG_TUSB_RHPORT0_MODE or CFG_TUD_MAX_SPEED settings.
static void _ft90x_usb_speed(void)
{
uint8_t fctrl_val;