summaryrefslogtreecommitdiff
path: root/gr-uhd/examples/usrp_nbfm_ptt.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-uhd/examples/usrp_nbfm_ptt.py')
-rwxr-xr-xgr-uhd/examples/usrp_nbfm_ptt.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/gr-uhd/examples/usrp_nbfm_ptt.py b/gr-uhd/examples/usrp_nbfm_ptt.py
index 8f7ddee7d..3b28bc2ea 100755
--- a/gr-uhd/examples/usrp_nbfm_ptt.py
+++ b/gr-uhd/examples/usrp_nbfm_ptt.py
@@ -281,9 +281,7 @@ class transmit_path(gr.hier_block2):
gr.io_signature(0, 0, 0), # Input signature
gr.io_signature(0, 0, 0)) # Output signature
- self.u = uhd.usrp_sink(device_addr=args,
- io_type=uhd.io_type.COMPLEX_FLOAT32,
- num_channels=1)
+ self.u = uhd.usrp_sink(device_addr=args, stream_args=uhd.stream_args('fc32'))
self.if_rate = 320e3
self.audio_rate = 32e3