summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-06-08 15:36:37 +0700
committerGitHub <[email protected]>2022-06-08 15:36:37 +0700
commit8c4b142b9ebd0c64adf279d5c4035512efe1611e (patch)
treeb14945c476a57c3dcbed6c372d882cba47a0fdca /src/device
parent896c707cd4e0a07fcfc105e793ede134398f290b (diff)
parent8cbc34de11ccaaf0831cda14ad703d8d962ae725 (diff)
Merge pull request #1498 from hathach/add-tuh_config-port-specific-setup
add tuh_configure() for port/dynamic host behavior config
Diffstat (limited to 'src/device')
-rw-r--r--src/device/usbd.c2
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);