diff options
-rw-r--r-- | gr-blocks/grc/blocks_multiply_const_xx.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/grc/blocks_multiply_const_xx.xml b/gr-blocks/grc/blocks_multiply_const_xx.xml index db8b5211e6..03d8cf9250 100644 --- a/gr-blocks/grc/blocks_multiply_const_xx.xml +++ b/gr-blocks/grc/blocks_multiply_const_xx.xml @@ -9,7 +9,7 @@ <name>Fast Multiply Const</name> <key>blocks_multiply_const_xx</key> <import>from gnuradio import blocks</import> - <make>blocks.multiply_const_$(type.fcn)($const)</make> + <make>blocks.multiply_const_$(type.fcn)($const, $vlen)</make> <callback>set_k($const)</callback> <param> <name>IO Type</name> |