diff options
| author | hathach <[email protected]> | 2022-06-08 01:17:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-06-08 01:17:01 +0700 |
| commit | 8cbc34de11ccaaf0831cda14ad703d8d962ae725 (patch) | |
| tree | b14945c476a57c3dcbed6c372d882cba47a0fdca /src/device | |
| parent | 896c707cd4e0a07fcfc105e793ede134398f290b (diff) | |
add tuh_configure() for port/dynamic host behavior config
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 55e478a4e..697477584 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -392,7 +392,7 @@ bool tud_init (uint8_t rhport) // skip if already initialized if ( tud_inited() ) return true; - TU_LOG2("USBD init\r\n"); + TU_LOG2("USBD init rhport %u\r\n", rhport); TU_LOG2_INT(sizeof(usbd_device_t)); tu_varclr(&_usbd_dev); |
