aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/tx_samples_c.c
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-10-17 17:26:14 -0700
committerMartin Braun <martin.braun@ettus.com>2016-10-17 17:26:14 -0700
commitd172b44f157a1429de69599cf0a06aa61fa7a274 (patch)
tree239d6edf32ac2ca18eed392ce0ee090bdfb4c1ab /host/examples/tx_samples_c.c
parent1b70b3e70df40aae4d1e53037212d77af2fdc4e4 (diff)
parent9e73914791be936216ea11eea9bd38061ef5f323 (diff)
downloaduhd-d172b44f157a1429de69599cf0a06aa61fa7a274.tar.gz
uhd-d172b44f157a1429de69599cf0a06aa61fa7a274.tar.bz2
uhd-d172b44f157a1429de69599cf0a06aa61fa7a274.zip
Merge branch 'maint'
Diffstat (limited to 'host/examples/tx_samples_c.c')
-rw-r--r--host/examples/tx_samples_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/tx_samples_c.c b/host/examples/tx_samples_c.c
index 3c3fcc8fe..f04d4b26c 100644
--- a/host/examples/tx_samples_c.c
+++ b/host/examples/tx_samples_c.c
@@ -206,7 +206,7 @@ int main(int argc, char* argv[]){
// Actual streaming
uint64_t num_acc_samps = 0;
- uint64_t num_samps_sent = 0;
+ size_t num_samps_sent = 0;
while(1) {
if (stop_signal_called) break;