aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/UHD.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/UHD.cpp')
-rw-r--r--src/output/UHD.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/UHD.cpp b/src/output/UHD.cpp
index 9b22dde..6e38f73 100644
--- a/src/output/UHD.cpp
+++ b/src/output/UHD.cpp
@@ -348,7 +348,7 @@ void UHD::transmit_frame(const struct FrameData& frame)
// EOB and quit the loop afterwards, to avoid an underrun.
md_tx.end_of_burst = eob_because_muting or (
frame.ts.timestamp_valid and
- frame.ts.timestamp_refresh and
+ m_require_timestamp_refresh and
samps_to_send <= usrp_max_num_samps );
//send a single packet