diff options
Diffstat (limited to 'host/examples/tx_samples_c.c')
-rw-r--r-- | host/examples/tx_samples_c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/tx_samples_c.c b/host/examples/tx_samples_c.c index aabf17805..eab061edb 100644 --- a/host/examples/tx_samples_c.c +++ b/host/examples/tx_samples_c.c @@ -115,7 +115,7 @@ int main(int argc, char* argv[]){ // Create TX metadata uhd_tx_metadata_handle md; EXECUTE_OR_GOTO(free_tx_streamer, - uhd_tx_metadata_make(&md, false, 0.0, 0.1, true, false) + uhd_tx_metadata_make(&md, false, 0, 0.1, true, false) ) // Create other necessary structs |