summaryrefslogtreecommitdiff
path: root/gnuradio-examples
diff options
context:
space:
mode:
authorjcorgan2008-08-25 18:16:41 +0000
committerjcorgan2008-08-25 18:16:41 +0000
commit17073112f9665863861e5ac681f05d11c7f30b50 (patch)
tree659ffa0302c722549a0dccca3946c05b596ad4e2 /gnuradio-examples
parent4500431e164f36f719d116c5a8ec6445b3d19f4e (diff)
downloadgnuradio-17073112f9665863861e5ac681f05d11c7f30b50.tar.gz
gnuradio-17073112f9665863861e5ac681f05d11c7f30b50.tar.bz2
gnuradio-17073112f9665863861e5ac681f05d11c7f30b50.zip
Fix missed fg to tb conversion (Ulf Lindgren)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9406 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples')
-rwxr-xr-xgnuradio-examples/python/digital/rx_voice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-examples/python/digital/rx_voice.py b/gnuradio-examples/python/digital/rx_voice.py
index b3280d432..729265282 100755
--- a/gnuradio-examples/python/digital/rx_voice.py
+++ b/gnuradio-examples/python/digital/rx_voice.py
@@ -85,7 +85,7 @@ def main():
if ok:
n_right += 1
- fg.audio_tx.msgq().insert_tail(gr.message_from_string(payload))
+ tb.audio_tx.msgq().insert_tail(gr.message_from_string(payload))
print "ok = %r n_rcvd = %4d n_right = %4d" % (
ok, n_rcvd, n_right)