Skip to content

Commit

Permalink
fixed #2469
Browse files Browse the repository at this point in the history
  • Loading branch information
heikokue committed Feb 14, 2024
1 parent b60d0ff commit 79aecf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/tusb_fifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ static void _ff_push_n(tu_fifo_t* f, void const * app_buf, uint16_t n, uint16_t
if (wrap_bytes > 0) _ff_push_const_addr(ff_buf, app_buf, wrap_bytes);
}
break;
default: break;
}
}

Expand Down

0 comments on commit 79aecf3

Please sign in to comment.