diff options
-rwxr-xr-x | gnuradio-examples/python/digital/rx_voice.py | 2 |
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) |