diff options
| author | Zixun LI <[email protected]> | 2025-12-16 11:51:42 +0100 |
|---|---|---|
| committer | Zixun LI <[email protected]> | 2025-12-16 11:51:42 +0100 |
| commit | 22534a60193c4616717cc86da851465f30bdd54a (patch) | |
| tree | 1ebdb835f69855461fa5712fdf9edf7b1170d66e /docs | |
| parent | dd78e2eeb5b4970e05e2ca5e6168befa5e9a2b80 (diff) | |
| parent | 77fcf62f9fba99a0344ba95d78130a5c0c921e56 (diff) | |
Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612
Signed-off-by: Zixun LI <[email protected]>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/integration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/integration.rst b/docs/integration.rst index f7c5be2ca..32f90f793 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -40,7 +40,7 @@ Minimal Example // init host stack on roothub port 1 for fullspeed host tusb_rhport_init_t host_init = { - .role = TUSB_ROLE_DEVICE, + .role = TUSB_ROLE_HOST, .speed = TUSB_SPEED_FULL }; tusb_init(1, &host_init); |
