Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer
Conflicts: src/common/tusb_fifo.h
This commit is contained in:
@@ -97,7 +97,7 @@ typedef struct
|
||||
.item_size = sizeof(_type), \
|
||||
.overwritable = _overwritable, \
|
||||
.max_pointer_idx = 2*_depth-1, \
|
||||
.non_used_index_space = 0xFFFF - 2*_depth-1, \
|
||||
.non_used_index_space = UINT16_MAX - (2*_depth-1), \
|
||||
.wr_mode = TU_FIFO_COPY_INC, \
|
||||
.rd_mode = TU_FIFO_COPY_INC, \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user