summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-10-29 00:53:30 +0700
committerhathach <[email protected]>2021-10-29 00:53:30 +0700
commit6c67fc412516950622a13fb34ddc10b64b9b3843 (patch)
tree57971b4337f932b5eb8385f672a0e61c1e418851 /src/common
parent7def38005853df94a61365c52cae27e8cba2cf81 (diff)
correctly init hs phy for bcm
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h
index 233def466..5b26f5aec 100644
--- a/src/common/tusb_types.h
+++ b/src/common/tusb_types.h
@@ -47,8 +47,8 @@
typedef enum
{
TUSB_SPEED_FULL = 0,
- TUSB_SPEED_LOW ,
- TUSB_SPEED_HIGH,
+ TUSB_SPEED_LOW = 1,
+ TUSB_SPEED_HIGH = 2,
TUSB_SPEED_INVALID = 0xff,
}tusb_speed_t;