Scott Shawcroft 7 лет назад
Родитель
Сommit
aa281521a6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tests/common/test/test_txbuf.c

+ 1 - 1
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.