mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
Fix the test
This commit is contained in:
parent
ebbd8578af
commit
aa281521a6
@ -68,7 +68,7 @@ void xfer_callback(void) {
|
|||||||
uint32_t previously_transmitted = freshly_transmitted;
|
uint32_t previously_transmitted = freshly_transmitted;
|
||||||
freshly_transmitted = 0;
|
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.
|
// Test that we transfer immediately at the start and that the pointer is rounded to a word.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user