diff options
| author | IngHK <[email protected]> | 2024-02-22 21:06:14 +0100 |
|---|---|---|
| committer | IngHK <[email protected]> | 2024-02-22 21:06:14 +0100 |
| commit | ab6b9e3a5ceb925aed5ffba153b8126540b27bae (patch) | |
| tree | d64a947699d7c638a5be22c10fb115d141a276d3 /src/device | |
| parent | b9c44eea76f92cf3719fd68c9a10b8662faf23b5 (diff) | |
| parent | be5cc44f5584344a1628b0b4429356e143fbf3e1 (diff) | |
Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgrade
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 |
