summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorZixun LI <[email protected]>2026-02-22 13:33:29 +0100
committerGitHub <[email protected]>2026-02-22 13:33:29 +0100
commite947af26c62fe8717f754e072a18e9e24f33ca96 (patch)
treed5d17d57994d3ec2a3a2a18a71141f792c31063f /src/host
parentb585df168a3489845cda3cb732560d4fe260e609 (diff)
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
Diffstat (limited to 'src/host')
-rw-r--r--src/host/usbh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.h b/src/host/usbh.h
index 2f332b442..143d36f8c 100644
--- a/src/host/usbh.h
+++ b/src/host/usbh.h
@@ -110,7 +110,7 @@ typedef struct {
} tuh_configure_fsdev_t;
typedef struct {
- bool use_hs_phy; // Always use high-speed ULPI/UTMI phy even working at full-speed
+ bool use_hs_phy; // Always use high-speed ULPI/UTMI phy even when working at full-speed
} tuh_configure_dwc2_t;
typedef union {