diff options
Diffstat (limited to 'usrp2/host/apps/tx_samples.cc')
-rw-r--r-- | usrp2/host/apps/tx_samples.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/host/apps/tx_samples.cc b/usrp2/host/apps/tx_samples.cc index b4a3c8ed6..e497e023e 100644 --- a/usrp2/host/apps/tx_samples.cc +++ b/usrp2/host/apps/tx_samples.cc @@ -253,7 +253,7 @@ main(int argc, char **argv) // FIXME if r < 9, pad to 9 for minimum packet size constraint - if (!u2->tx_complex_int16(0, samples, r, &md)){ + if (!u2->tx_16sc(0, samples, r, &md)){ fprintf(stderr, "tx_complex_int16 failed\n"); break; } |