missing \r\n after TU_LOG_BUF => moved \r\n to tu_print_buf()

This commit is contained in:
IngHK
2024-02-08 12:00:44 +01:00
parent a066002731
commit 4d4e20b71e
3 changed files with 1 additions and 3 deletions

View File

@@ -500,7 +500,6 @@ void tud_task_ext(uint32_t timeout_ms, bool in_isr)
case DCD_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.
// But it is easier to set it every time instead of wasting time to check then set