summaryrefslogtreecommitdiff
path: root/gr-uhd
diff options
context:
space:
mode:
authorJosh Blum2013-02-17 16:46:08 -0800
committerJosh Blum2013-02-17 16:46:08 -0800
commit7839db580435ad0d39f307bde185dfdcda01ec12 (patch)
tree7c15be4cb502d65f808d390abd24e7b388b7c4e0 /gr-uhd
parentbc8bbc71f799ea81e38104ff9d943a5eab1e203c (diff)
parent0dcdc099ecbb01e72b0c5935437f154e47763055 (diff)
downloadgnuradio-7839db580435ad0d39f307bde185dfdcda01ec12.tar.gz
gnuradio-7839db580435ad0d39f307bde185dfdcda01ec12.tar.bz2
gnuradio-7839db580435ad0d39f307bde185dfdcda01ec12.zip
Merge branch 'maint' into v3.6.4git_gras_support
Diffstat (limited to 'gr-uhd')
-rwxr-xr-xgr-uhd/examples/python/usrp_nbfm_ptt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/examples/python/usrp_nbfm_ptt.py b/gr-uhd/examples/python/usrp_nbfm_ptt.py
index 8d26e656e..cf992a5f2 100755
--- a/gr-uhd/examples/python/usrp_nbfm_ptt.py
+++ b/gr-uhd/examples/python/usrp_nbfm_ptt.py
@@ -369,7 +369,7 @@ class transmit_path(gr.hier_block2):
# ////////////////////////////////////////////////////////////////////////
class receive_path(gr.hier_block2):
- def __init__(self, args, gain, audio_output):
+ def __init__(self, args, spec, antenna, gain, audio_output):
gr.hier_block2.__init__(self, "receive_path",
gr.io_signature(0, 0, 0), # Input signature
gr.io_signature(0, 0, 0)) # Output signature