diff options
-rwxr-xr-x | gnuradio-examples/python/usrp/fm_tx4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-examples/python/usrp/fm_tx4.py b/gnuradio-examples/python/usrp/fm_tx4.py index 2c5d3d2a8..a71eeaa5a 100755 --- a/gnuradio-examples/python/usrp/fm_tx4.py +++ b/gnuradio-examples/python/usrp/fm_tx4.py @@ -70,7 +70,7 @@ class pipeline(gr.hier_block2): self.connect (src, fmtx, (mixer, 0)) self.connect (lo, (mixer, 1)) - self.connect (mixer, self) + self.connect (mixer, self) class fm_tx_block(stdgui2.std_top_block): def __init__(self, frame, panel, vbox, argv): |