mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
Fix missing , in tusb_fifo.h
This commit is contained in:
parent
c76e04f835
commit
387bf1478e
@ -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, \
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user