summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-07-18 15:13:58 +0700
committerhathach <[email protected]>2023-07-18 15:13:58 +0700
commitb56c4fe945ec61d13c3480fe7e2e44bb3424181a (patch)
tree09f7bd2116bce4533d21af09091abfa204fe5f6f /src/host
parent0f53e746ffa21b6186809b2b896ddc74d38e9058 (diff)
parent6798e7e059d81268f04a3e206e6c4354b295dbf1 (diff)
Merge branch 'master' into renesas_ra_hs_rebased
Diffstat (limited to 'src/host')
-rw-r--r--src/host/usbh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c
index f3e9d3858..184bda23b 100644
--- a/src/host/usbh.c
+++ b/src/host/usbh.c
@@ -791,7 +791,7 @@ bool usbh_edpt_xfer_with_callback(uint8_t dev_addr, uint8_t ep_addr, uint8_t * b
uint8_t const dir = tu_edpt_dir(ep_addr);
tu_edpt_state_t* ep_state = &dev->ep_status[epnum][dir];
- TU_LOG_USBH(" Queue EP %02X with %u bytes ... ", ep_addr, total_bytes);
+ TU_LOG_USBH(" Queue EP %02X with %u bytes ... \r\n", ep_addr, total_bytes);
// Attempt to transfer on a busy endpoint, sound like an race condition !
TU_ASSERT(ep_state->busy == 0);