aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/types.cpp')
-rw-r--r--host/lib/types.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/types.cpp b/host/lib/types.cpp
index a8062b6ae..4188568aa 100644
--- a/host/lib/types.cpp
+++ b/host/lib/types.cpp
@@ -70,8 +70,9 @@ tune_request_t::tune_request_t(double target_freq):
}
tune_request_t::tune_request_t(double target_freq, double lo_off):
- target_freq(target_freq + lo_off),
+ target_freq(target_freq),
inter_freq_policy(POLICY_MANUAL),
+ inter_freq(target_freq + lo_off),
dsp_freq_policy(POLICY_AUTO)
{
/* NOP */