summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjblum2009-07-04 15:53:00 +0000
committerjblum2009-07-04 15:53:00 +0000
commitd98521bc6251d2fa83267980379b0c8643618956 (patch)
tree75ffd1b17102c8fda9240a403a8b4bf6f2b89fc8
parent9edb56cf1800d929d41561a3121495d855ca0e4d (diff)
downloadgnuradio-d98521bc6251d2fa83267980379b0c8643618956.tar.gz
gnuradio-d98521bc6251d2fa83267980379b0c8643618956.tar.bz2
gnuradio-d98521bc6251d2fa83267980379b0c8643618956.zip
std squelch wrapper fix
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11339 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r--grc/blocks/blks2_standard_squelch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/blocks/blks2_standard_squelch.xml b/grc/blocks/blks2_standard_squelch.xml
index fc60a31e8..f0baeb662 100644
--- a/grc/blocks/blks2_standard_squelch.xml
+++ b/grc/blocks/blks2_standard_squelch.xml
@@ -9,7 +9,7 @@
<key>blks2_standard_squelch</key>
<import>from gnuradio import blks2</import>
<make>blks2.standard_squelch(audio_rate=$audio_rate)
-$(id).set_threshold($threshold)</make>
+self.$(id).set_threshold($threshold)</make>
<callback>set_threshold($threshold)</callback>
<param>
<name>Audio Rate</name>