summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorScott Shawcroft <[email protected]>2019-01-04 18:32:42 -0800
committerScott Shawcroft <[email protected]>2019-01-04 18:32:42 -0800
commitaa281521a6fa7a7f211ecbc322ce975a2f1b2f1f (patch)
tree645a7cf89706439141cc62f90a9ecce621bd918f /tests
parentebbd8578afdea344cf5e478d718748a720395750 (diff)
Fix the test
Diffstat (limited to 'tests')
-rw-r--r--tests/common/test/test_txbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/test/test_txbuf.c b/tests/common/test/test_txbuf.c
index 8111c4715..efa442f04 100644
--- a/tests/common/test/test_txbuf.c
+++ b/tests/common/test/test_txbuf.c
@@ -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.