diff options
author | Jacob Gilbert <mrjacobagilbert@gmail.com> | 2020-10-13 12:07:06 -0600 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2021-01-14 04:52:02 -0800 |
commit | 41db56aeaf7536bbe541fa64c290480e48d28f87 (patch) | |
tree | c78611c6f4575b14e923cf996d628996fc96edf9 /gr-uhd/apps/uhd_app.py | |
parent | c8b16186cda5b195e8df6db7e3aa8715127478b7 (diff) |
gr-uhd: fix misspelling of 'request' in several locations
Diffstat (limited to 'gr-uhd/apps/uhd_app.py')
-rw-r--r-- | gr-uhd/apps/uhd_app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/apps/uhd_app.py b/gr-uhd/apps/uhd_app.py index 09506ab5f7..65b35ac736 100644 --- a/gr-uhd/apps/uhd_app.py +++ b/gr-uhd/apps/uhd_app.py @@ -324,7 +324,7 @@ class UHDApp: treq = uhd.tune_request( target_freq=freq, rf_freq=freq, - rf_freq_policy=uhd.tune_reqest.POLICY_MANUAL, + rf_freq_policy=uhd.tune_request.POLICY_MANUAL, dsp_freq=tune_resp.actual_dsp_freq, dsp_freq_policy=uhd.tune_request.POLICY_MANUAL) for chan in self.channels: |