diff --git a/src/common/tusb_fifo.h b/src/common/tusb_fifo.h index 8e1c015ec..8cc448db0 100644 --- a/src/common/tusb_fifo.h +++ b/src/common/tusb_fifo.h @@ -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, \ }