summaryrefslogtreecommitdiff
path: root/src/device/usbd.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-07-02 14:10:31 +0700
committerhathach <[email protected]>2021-07-02 14:10:31 +0700
commit8de33ca557f4ce929fa7ec0d63382e3e8282558e (patch)
tree6ef349c4e7172a02b551db3bf94cdca77ec0f332 /src/device/usbd.c
parentea9ec1fb43eec29c00611335ea1c0585074f2b1b (diff)
parent896388d79640e8d7719e158a9a31810a912bce1d (diff)
Merge branch 'master' into kkitayam-fix_rtt_for_rx_family
Diffstat (limited to 'src/device/usbd.c')
-rw-r--r--src/device/usbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c
index 587d487dc..af4fd58c4 100644
--- a/src/device/usbd.c
+++ b/src/device/usbd.c
@@ -1243,7 +1243,7 @@ bool usbd_edpt_xfer(uint8_t rhport, uint8_t ep_addr, uint8_t * buffer, uint16_t
uint8_t const epnum = tu_edpt_number(ep_addr);
uint8_t const dir = tu_edpt_dir(ep_addr);
- TU_LOG2(" Queue EP %02X with %u bytes ... ", ep_addr, total_bytes);
+ TU_LOG2(" 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(_usbd_dev.ep_status[epnum][dir].busy == 0);