diff options
-rw-r--r-- | src/OutputUHD.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OutputUHD.cpp b/src/OutputUHD.cpp index a82550f..fab1fd1 100644 --- a/src/OutputUHD.cpp +++ b/src/OutputUHD.cpp @@ -857,7 +857,7 @@ void UHDWorker::tx_frame(const struct UHDWorkerFrameData *frame) num_acc_samps += num_tx_samps; md.time_spec = uhd::time_spec_t(tx_second, pps_offset) - + uhd::time_spec_t(0, num_acc_samps/uwd->sampleRate); + + uhd::time_spec_t(0, num_tx_samps/uwd->sampleRate); if (num_tx_samps == 0) { etiLog.log(warn, |