diff options
| author | hathach <[email protected]> | 2021-10-29 00:53:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-10-29 00:53:30 +0700 |
| commit | 6c67fc412516950622a13fb34ddc10b64b9b3843 (patch) | |
| tree | 57971b4337f932b5eb8385f672a0e61c1e418851 /src/common | |
| parent | 7def38005853df94a61365c52cae27e8cba2cf81 (diff) | |
correctly init hs phy for bcm
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_types.h | 4 |
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; |
