aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/cores/dsp_core_utils.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/cores/dsp_core_utils.cpp b/host/lib/usrp/cores/dsp_core_utils.cpp
index f6f56a16b..aea809ae8 100644
--- a/host/lib/usrp/cores/dsp_core_utils.cpp
+++ b/host/lib/usrp/cores/dsp_core_utils.cpp
@@ -61,7 +61,6 @@ void get_freq_and_freq_word(
freq_word = int32_t(boost::math::round((freq / tick_rate) * scale_factor));
}
- //program the frequency word into the device DSP
actual_freq = (double(freq_word) / scale_factor) * tick_rate;
}