minor debug clean up

This commit is contained in:
hathach
2023-09-06 17:11:35 +07:00
parent ed0a233d48
commit 1b9108ea0d
5 changed files with 25 additions and 41 deletions

View File

@@ -506,7 +506,7 @@ void tud_task_ext(uint32_t timeout_ms, bool in_isr)
break;
case DCD_EVENT_SETUP_RECEIVED:
TU_LOG_PTR(CFG_TUD_LOG_LEVEL, &event.setup_received);
TU_LOG_BUF(CFG_TUD_LOG_LEVEL, &event.setup_received, 8);
TU_LOG_USBD("\r\n");
// Mark as connected after receiving 1st setup packet.