Skip to content

Commit 79aecf3

Browse files
author
IngHK
committed
fixed #2469
1 parent b60d0ff commit 79aecf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/tusb_fifo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ static void _ff_push_n(tu_fifo_t* f, void const * app_buf, uint16_t n, uint16_t
224224
if (wrap_bytes > 0) _ff_push_const_addr(ff_buf, app_buf, wrap_bytes);
225225
}
226226
break;
227+
default: break;
227228
}
228229
}
229230

0 commit comments

Comments
 (0)