From: n4hy Date: Tue, 16 Sep 2008 23:31:52 +0000 (+0000) Subject: bug in scopesink fixed X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=56bb94c9aebfa5914a77cc116bf38ff96636216a;p=debian%2Fgnuradio bug in scopesink fixed git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9586 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py b/gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py index bc79fb81..1301bf20 100755 --- a/gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py +++ b/gnuradio-examples/python/usrp/usrp_wfm_rcv_pll.py @@ -210,7 +210,7 @@ class wfm_rx_block (stdgui2.std_top_block): if 0: self.scope = scopesink2.scope_sink_f(self.panel, sample_rate=demod_rate) - self.connect (self.guts.fm_demod_a,self.scope) + self.connect (self.guts.fm_demod,self.scope) vbox.Add (self.scope.win,4,wx.EXPAND) # control area form at bottom