correctly init hs phy for bcm

This commit is contained in:
hathach
2021-10-29 00:53:30 +07:00
parent 7def380058
commit 6c67fc4125
5 changed files with 208 additions and 190 deletions

View File

@@ -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;