summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorJerry Palacios <[email protected]>2024-02-22 16:11:23 -0600
committerJerry Palacios <[email protected]>2024-02-22 16:11:23 -0600
commitec91660119c6ce4ccc6aa011f2c6cc9869ab9410 (patch)
treeaa7cc85bc5240f46a7a7c7c2b5d60c9008443526 /src/device
parent6afd4a57896f9c9e794de3ab6eabc73d18be4bd0 (diff)
Revert "Merge branch 'hathach:master' into MCX"
This reverts commit 6afd4a57896f9c9e794de3ab6eabc73d18be4bd0, reversing changes made to 5c14bd13da211ff2679115b0dba96ac80c1a516c.
Diffstat (limited to 'src/device')
-rw-r--r--src/device/usbd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c
index be85d7769..5c94ebcc5 100644
--- a/src/device/usbd.c
+++ b/src/device/usbd.c
@@ -500,6 +500,7 @@ 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