diff options
| author | hathach <[email protected]> | 2022-06-10 14:53:03 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-06-10 14:53:03 +0700 |
| commit | 040ef0640df837a49e7f46c12fa7b00fe6a77bf6 (patch) | |
| tree | 289e310e8bbe568efcc578ce162764f7db63bf3d /src/device | |
| parent | 96fecedabe2218244a1a0d8f2629d00a23bfa632 (diff) | |
more dynamic controller for host
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index ec598e49f..1806281ff 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -384,7 +384,7 @@ bool tud_init (uint8_t rhport) // skip if already initialized if ( tud_inited() ) return true; - TU_LOG2("USBD init rhport %u\r\n", rhport); + TU_LOG2("USBD init on controller %u\r\n", rhport); TU_LOG2_INT(sizeof(usbd_device_t)); tu_varclr(&_usbd_dev); |
