diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2016-06-13 17:11:13 -0700 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2017-01-11 21:40:29 +0100 |
commit | 3f0151844e4f874baf32e6349278d749d4847026 (patch) | |
tree | a78b52190706df2681b61f06a446f66f3b430329 | |
parent | b63ba312e1ae8558db03a0bfd3111b1dcabd0bd7 (diff) |
blocks: fix callback template for message_strobe_random
-rw-r--r-- | gr-blocks/grc/blocks_message_strobe_random.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/grc/blocks_message_strobe_random.xml b/gr-blocks/grc/blocks_message_strobe_random.xml index 0b3e7296a0..573db58aef 100644 --- a/gr-blocks/grc/blocks_message_strobe_random.xml +++ b/gr-blocks/grc/blocks_message_strobe_random.xml @@ -11,7 +11,7 @@ <import>import pmt</import> <make>blocks.message_strobe_random($msg, $dist, $mean, $std)</make> <callback>set_msg($msg)</callback> - <callback>set_dist($period)</callback> + <callback>set_dist($dist)</callback> <callback>set_mean($mean)</callback> <callback>set_std($std)</callback> <param> |