diff options
| author | IngHK <[email protected]> | 2024-02-08 12:00:44 +0100 |
|---|---|---|
| committer | IngHK <[email protected]> | 2024-02-08 12:00:44 +0100 |
| commit | 4d4e20b71efe8d9e1b5a141d84e058ff54801c67 (patch) | |
| tree | 1c980dc32813c898429d07a78720f4944bc714a3 /src/device | |
| parent | a0660027311738947a4227df63767fc81328dc86 (diff) | |
missing \r\n after TU_LOG_BUF => moved \r\n to tu_print_buf()
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index 5c94ebcc5..be85d7769 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -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 |
