more clean up

This commit is contained in:
hathach
2021-06-10 23:29:02 +07:00
parent cf0a475a2e
commit 43656dc0a7
2 changed files with 48 additions and 31 deletions

View File

@@ -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");