diff options
author | Josh Blum | 2010-01-11 07:24:16 -0800 |
---|---|---|
committer | Josh Blum | 2010-01-11 07:24:16 -0800 |
commit | 19484c903f76e0e8030e5fcda1dc569c0b18ad6b (patch) | |
tree | d836d99c10f799c563ed5d57fe33655144ae0c1e /grc | |
parent | a549bd11646f60d425a74d530b8f3ddfc4774202 (diff) | |
download | gnuradio-19484c903f76e0e8030e5fcda1dc569c0b18ad6b.tar.gz gnuradio-19484c903f76e0e8030e5fcda1dc569c0b18ad6b.tar.bz2 gnuradio-19484c903f76e0e8030e5fcda1dc569c0b18ad6b.zip |
fix bug in sample and hold wrapper for grc
Diffstat (limited to 'grc')
-rw-r--r-- | grc/blocks/gr_sample_and_hold_xx.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/blocks/gr_sample_and_hold_xx.xml b/grc/blocks/gr_sample_and_hold_xx.xml index bfe66bb00..2a036c3fd 100644 --- a/grc/blocks/gr_sample_and_hold_xx.xml +++ b/grc/blocks/gr_sample_and_hold_xx.xml @@ -40,7 +40,7 @@ </sink> <sink> <name>ctrl</name> - <type>$type</type> + <type>byte</type> </sink> <source> <name>out</name> |