summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2015-10-07 13:32:10 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2015-10-07 13:32:10 -0700
commit05a4ceef3ecdd7c18ab5b7838b5fdd1417378748 (patch)
tree495479e5d71c0cb23e77e79652169acac56abc32
parentf089711a8bf61e1260c10f795112d9eed9302248 (diff)
parent537fc269f9270c78a0e81e56feee6d759c3ee003 (diff)
Merge branch 'maint'
-rw-r--r--gr-fec/grc/fec_extended_decoder.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/grc/fec_extended_decoder.xml b/gr-fec/grc/fec_extended_decoder.xml
index 4262a395ae..9ed2f06bd0 100644
--- a/gr-fec/grc/fec_extended_decoder.xml
+++ b/gr-fec/grc/fec_extended_decoder.xml
@@ -3,7 +3,7 @@
<name>FEC Extended Decoder</name>
<key>fec_extended_decoder</key>
<import>from gnuradio import fec</import>
- <make>self.$(id) = $(id) = fec.extended_decoder(decoder_obj_list=$decoder_list, threading=$threadtype.arg, ann=$ann, puncpat=$puncpat, integration_period=10000)</make>
+ <make>fec.extended_decoder(decoder_obj_list=$decoder_list, threading=$threadtype.arg, ann=$ann, puncpat=$puncpat, integration_period=10000)</make>
<param>
<name>fake val</name>