mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
Merge pull request #2854 from roma-jam/fix/esp32p4_device
This commit is contained in:
commit
a8903d3152
@ -68,7 +68,7 @@ bool tusb_rhport_init(uint8_t rhport, const tusb_rhport_init_t* rh_init) {
|
||||
.role = TUSB_ROLE_DEVICE,
|
||||
.speed = TUD_OPT_HIGH_SPEED ? TUSB_SPEED_HIGH : TUSB_SPEED_FULL
|
||||
};
|
||||
TU_ASSERT ( tud_rhport_init(rhport, &dev_init) );
|
||||
TU_ASSERT ( tud_rhport_init(TUD_OPT_RHPORT, &dev_init) );
|
||||
_tusb_rhport_role[TUD_OPT_RHPORT] = TUSB_ROLE_DEVICE;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user