summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-02-19 17:55:43 +0700
committerGitHub <[email protected]>2024-02-19 17:55:43 +0700
commit382f686f19afc069f8c20347f87c651d737009b2 (patch)
tree7a91e8a41c74f70068f22a85efb05a816d9048dc /src/device
parentfabc20b3fb77a353ed118c06cf65f9a37e482880 (diff)
parent4d4e20b71efe8d9e1b5a141d84e058ff54801c67 (diff)
Merge pull request #2389 from IngHK/improve_debug_prints
improved hex debug print, improved USBH debug prints, added pid/vid debug print
Diffstat (limited to 'src/device')
-rw-r--r--src/device/usbd.c1
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