Fix the test

This commit is contained in:
Scott Shawcroft 2019-01-04 18:32:42 -08:00
parent ebbd8578af
commit aa281521a6
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ void xfer_callback(void) {
uint32_t previously_transmitted = freshly_transmitted;
freshly_transmitted = 0;
tu_tx_buf_transmit_done_cb(&txbuf, previously_transmitted);
tu_txbuf_transmit_done_cb(&txbuf, previously_transmitted);
}
// Test that we transfer immediately at the start and that the pointer is rounded to a word.