summaryrefslogtreecommitdiff
path: root/gr-uhd
diff options
context:
space:
mode:
Diffstat (limited to 'gr-uhd')
-rwxr-xr-xgr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py b/gr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py
index 4d645afe1..7bc2425ee 100755
--- a/gr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py
+++ b/gr-uhd/grc/gen_uhd_single_usrp_blocks_xml.py
@@ -28,7 +28,7 @@ MAIN_TMPL = """\
<make>uhd.single_usrp_$(sourk)(
device_addr=\$dev_addr,
io_type=uhd.io_type_t.\$type.type,
- num_channels\$nchan,
+ num_channels=\$nchan,
)
self.\$(id).set_subdev_spec(\$sd_spec)
self.\$(id).set_samp_rate(\$samp_rate)