diff options
| author | hathach <[email protected]> | 2021-06-10 23:29:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-06-10 23:29:02 +0700 |
| commit | 43656dc0a7a613f8d5f6533d2c68ca9f5824a5f4 (patch) | |
| tree | 6cb0df74d133de540acc2f9f0bb128e84fef8fb5 /src/host | |
| parent | cf0a475a2e501f21638369eca6ceb090ef47bd51 (diff) | |
more clean up
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/usbh_control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh_control.c b/src/host/usbh_control.c index 4dbf8592a..aa82f14ba 100644 --- a/src/host/usbh_control.c +++ b/src/host/usbh_control.c @@ -68,7 +68,7 @@ bool tuh_control_xfer (uint8_t dev_addr, tusb_control_request_t const* request, _ctrl_xfer.stage = STAGE_SETUP; _ctrl_xfer.complete_cb = complete_cb; - TU_LOG2("Control Setup: "); + TU_LOG2("Send Setup to address %u: ", dev_addr); TU_LOG2_VAR(request); TU_LOG2("\r\n"); |
