diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-08-22 21:19:43 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-08-22 21:25:23 -0400 |
commit | b4c96386b86147a175231385c0cc4eafe8e9f8b3 (patch) | |
tree | 6228ada04acff4d95a2e68febdb205432e777568 /gr-digital/grc/digital_constellation_decoder_cb.xml | |
parent | eec6ae88e6da7fd72bc2dfc0f0f2e1dc23238db7 (diff) |
digital: wip on ensuring all digital blocks work in GRC.
Diffstat (limited to 'gr-digital/grc/digital_constellation_decoder_cb.xml')
-rw-r--r-- | gr-digital/grc/digital_constellation_decoder_cb.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/grc/digital_constellation_decoder_cb.xml b/gr-digital/grc/digital_constellation_decoder_cb.xml index c7353e2888..f3390c131c 100644 --- a/gr-digital/grc/digital_constellation_decoder_cb.xml +++ b/gr-digital/grc/digital_constellation_decoder_cb.xml @@ -6,7 +6,7 @@ --> <block> <name>Constellation Decoder</name> - <key>digital_constellation_decoder_cb</key> + <key>constellation_decoder_cb</key> <import>from gnuradio import digital</import> <make>digital.constellation_decoder_cb($constellation)</make> <param> |