summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/examples/tx_timed_samples.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/tx_timed_samples.cpp b/host/examples/tx_timed_samples.cpp
index d33dc13c3..79aa6738c 100644
--- a/host/examples/tx_timed_samples.cpp
+++ b/host/examples/tx_timed_samples.cpp
@@ -91,7 +91,7 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){
size_t samps_to_send = std::min(total_num_samps - num_acc_samps, buff.size());
//ensure the the last packet has EOB set
- md.end_of_burst = samps_to_send <= buff.size();
+ md.end_of_burst = samps_to_send < buff.size();
//send a single packet
size_t num_tx_samps = usrp->get_device()->send(