summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim O'Shea <tim.oshea753@gmail.com>2013-08-19 19:25:08 -0400
committerJohnathan Corgan <johnathan@corganlabs.com>2013-08-23 19:46:56 -0700
commit5ba3895c40bc9c919b2478f2b184fd5fefdc90d5 (patch)
treef69ab463a883a7da941288f4fce5d0d84047d19e
parent686a5558405c7ef48c01aba4c55b15a3d2dd72a9 (diff)
blocks: interleaved_char_to_complex grc xml fix
-rw-r--r--gr-blocks/grc/blocks_interleaved_char_to_complex.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/grc/blocks_interleaved_char_to_complex.xml b/gr-blocks/grc/blocks_interleaved_char_to_complex.xml
index 8ed6f2f344..9c0cdef6f8 100644
--- a/gr-blocks/grc/blocks_interleaved_char_to_complex.xml
+++ b/gr-blocks/grc/blocks_interleaved_char_to_complex.xml
@@ -5,7 +5,7 @@
###################################################
-->
<block>
- <name>IShort To Complex</name>
+ <name>IChar To Complex</name>
<key>blocks_interleaved_char_to_complex</key>
<import>from gnuradio import blocks</import>
<make>blocks.interleaved_char_to_complex($vector_input)</make>
@@ -27,7 +27,7 @@
</param>
<sink>
<name>in</name>
- <type>char</type>
+ <type>byte</type>
<vlen>$vector_input.vlen</vlen>
</sink>
<source>