diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-12-27 13:50:09 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-12-27 13:50:09 -0500 |
commit | c805168975a30af962fbd0a25c091d7b2113394e (patch) | |
tree | a47f006ba0d91b481ca8dfcd71348ff9d9f2613e /gr-uhd/examples/grc/uhd_dpsk_mod.grc | |
parent | cb18c1c206145707b9d5c62cada32ff43f99ca3f (diff) |
grc: updating GRC exmaples for new component changes.
Diffstat (limited to 'gr-uhd/examples/grc/uhd_dpsk_mod.grc')
-rw-r--r-- | gr-uhd/examples/grc/uhd_dpsk_mod.grc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-uhd/examples/grc/uhd_dpsk_mod.grc b/gr-uhd/examples/grc/uhd_dpsk_mod.grc index 18ae9c3db7..9caafbb6ac 100644 --- a/gr-uhd/examples/grc/uhd_dpsk_mod.grc +++ b/gr-uhd/examples/grc/uhd_dpsk_mod.grc @@ -281,10 +281,10 @@ </param> </block> <block> - <key>gr_multiply_const_vxx</key> + <key>blocks_multiply_const_vxx</key> <param> <key>id</key> - <value>gr_multiply_const_vxx_0</value> + <value>blocks_multiply_const_vxx_0</value> </param> <param> <key>_enabled</key> @@ -2218,7 +2218,7 @@ <sink_key>0</sink_key> </connection> <connection> - <source_block_id>gr_multiply_const_vxx_0</source_block_id> + <source_block_id>blocks_multiply_const_vxx_0</source_block_id> <sink_block_id>uhd_usrp_sink_0</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> @@ -2231,7 +2231,7 @@ </connection> <connection> <source_block_id>digital_dxpsk_mod_0</source_block_id> - <sink_block_id>gr_multiply_const_vxx_0</sink_block_id> + <sink_block_id>blocks_multiply_const_vxx_0</sink_block_id> <source_key>0</source_key> <sink_key>0</sink_key> </connection> |