diff options
| author | Lars Pötter <[email protected]> | 2023-07-02 09:02:24 +0200 |
|---|---|---|
| committer | Lars Pötter <[email protected]> | 2023-07-02 09:02:24 +0200 |
| commit | 0693462ebad20338de78aeb93d60d6c3c73a6ca7 (patch) | |
| tree | 8d053b52bc3a44bfe2d6655cbdce92e5ad40204a /src/common | |
| parent | f5d0510064bd2a0ffd040697de1fac707fa70069 (diff) | |
made line ends consistent.
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_fifo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_fifo.c b/src/common/tusb_fifo.c index a52c92267..d6c3db4ce 100644 --- a/src/common/tusb_fifo.c +++ b/src/common/tusb_fifo.c @@ -539,7 +539,7 @@ static uint16_t _tu_fifo_write_n(tu_fifo_t* f, const void * data, uint16_t n, tu // Advance index f->wr_idx = advance_index(f->depth, wr_idx, n); - TU_LOG(TU_FIFO_DBG, "\tnew_wr = %u\n", f->wr_idx); + TU_LOG(TU_FIFO_DBG, "\tnew_wr = %u\r\n", f->wr_idx); } _ff_unlock(f->mutex_wr); |
