aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/uhd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/uhd.c')
-rw-r--r--src/common/uhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/uhd.c b/src/common/uhd.c
index b22f722..45eab54 100644
--- a/src/common/uhd.c
+++ b/src/common/uhd.c
@@ -480,7 +480,7 @@ int uhd_send(float *buff, int num)
PDEBUG(DUHD, DEBUG_ERROR, "Failed to create TX metadata\n");
buffs_ptr[0] = buff;
count = 0;
- error = uhd_tx_streamer_send(tx_streamer, buffs_ptr, chunk, &tx_metadata, 0.0, &count);
+ error = uhd_tx_streamer_send(tx_streamer, buffs_ptr, chunk, &tx_metadata, 1.0, &count);
if (error) {
PDEBUG(DUHD, DEBUG_ERROR, "Failed to write to TX streamer\n");
break;