diff options
| author | Ha Thach <[email protected]> | 2023-08-04 12:05:07 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-04 12:05:07 +0700 |
| commit | 61f00c0c4dab0469c2e8ebad8eda1a26ae742e46 (patch) | |
| tree | 37d65952d6560d8e6a3580379dcd2a3f90860a41 /src/common | |
| parent | de4ad2c7754cd2b11a4a9afafbc82766eccea3b2 (diff) | |
| parent | 1b04db2a777c3bac88c964f8171af0928a55477d (diff) | |
Merge pull request #2135 from JustAnother1/master
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); |
