diff options
| author | hathach <[email protected]> | 2026-01-09 10:38:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-01-09 10:38:47 +0700 |
| commit | 271edeb35bb0ebf38e79bed4b2bcbf34fd40e326 (patch) | |
| tree | 873b7ddf09b8473fa2f481e4da838124a81c617b /src/tusb.c | |
| parent | 8544db8bf5e6b83527fb0e1d903a70f90cbb8873 (diff) | |
| parent | 593dce28349cf5b1299c2cf1193312cb783574f3 (diff) | |
Merge branch 'master' into fork/zhiqiang-ch/master
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) { |
