Fix missing , in tusb_fifo.h

This commit is contained in:
Reinhard Panhuber 2021-02-23 19:52:31 +01:00
parent c76e04f835
commit 387bf1478e
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ typedef struct
.item_size = sizeof(_type), \
.overwritable = _overwritable, \
.max_pointer_idx = 2*(_depth)-1, \
.non_used_index_space = UINT16_MAX - (2*(_depth)-1) \
.non_used_index_space = UINT16_MAX - (2*(_depth)-1), \
.wr_mode = TU_FIFO_COPY_INC, \
.rd_mode = TU_FIFO_COPY_INC, \
}