diff options
| author | hathach <[email protected]> | 2026-01-12 13:52:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-01-12 13:52:29 +0700 |
| commit | 34035bb87cb90a2eb413633e30783d5e72d119a6 (patch) | |
| tree | 1f5916e55da448947f5b26ff6b9e8a2fb34104a6 /src/tusb.c | |
| parent | 237e9f21fd2f5211abd3784954b72fa900fff7ea (diff) | |
| parent | 085ec06874f5680604a75e3a721a51f962d66973 (diff) | |
Merge branch 'refs/heads/master' into mtp_zlp
Diffstat (limited to 'src/tusb.c')
| -rw-r--r-- | src/tusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb.c b/src/tusb.c index 8117c3e3e..ed254a10b 100644 --- a/src/tusb.c +++ b/src/tusb.c @@ -316,7 +316,7 @@ bool tu_edpt_stream_init(tu_edpt_stream_t *s, bool is_host, bool is_tx, bool ove #endif s->is_host = is_host; - tu_fifo_config(&s->ff, ff_buf, ff_bufsize, 1, overwritable); + tu_fifo_config(&s->ff, ff_buf, ff_bufsize, overwritable); #if OSAL_MUTEX_REQUIRED if (ff_buf != NULL && ff_bufsize > 0) { |
