diff options
Diffstat (limited to 'gr-utils/src/python')
-rwxr-xr-x | gr-utils/src/python/usrp_fft.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/src/python/usrp_fft.py b/gr-utils/src/python/usrp_fft.py index 307ad1630..8a9008877 100755 --- a/gr-utils/src/python/usrp_fft.py +++ b/gr-utils/src/python/usrp_fft.py @@ -251,7 +251,7 @@ class app_top_block(stdgui2.std_top_block): if self.show_debug_info: self.myform['baseband'].set_value(r.baseband_freq) self.myform['ddc'].set_value(r.dxc_freq) - if not self.options.waterfall and not self.options.oscilloscope: + if not self.options.oscilloscope: self.scope.win.set_baseband_freq(target_freq) return True |