diff options
| author | hathach <[email protected]> | 2021-07-02 14:10:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-07-02 14:10:31 +0700 |
| commit | 8de33ca557f4ce929fa7ec0d63382e3e8282558e (patch) | |
| tree | 6ef349c4e7172a02b551db3bf94cdca77ec0f332 /src/device/usbd.c | |
| parent | ea9ec1fb43eec29c00611335ea1c0585074f2b1b (diff) | |
| parent | 896388d79640e8d7719e158a9a31810a912bce1d (diff) | |
Merge branch 'master' into kkitayam-fix_rtt_for_rx_family
Diffstat (limited to 'src/device/usbd.c')
| -rw-r--r-- | src/device/usbd.c | 2 |
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); |
