summaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/dboard/db_xcvr2450.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/lib/usrp/dboard/db_xcvr2450.cpp b/host/lib/usrp/dboard/db_xcvr2450.cpp
index af5af6894..108a85161 100644
--- a/host/lib/usrp/dboard/db_xcvr2450.cpp
+++ b/host/lib/usrp/dboard/db_xcvr2450.cpp
@@ -411,14 +411,14 @@ double xcvr2450::set_lo_freq_core(double target_freq){
//new band select settings and ad9515 divider
this->update_atr();
- const bool div_ext(this->get_tx_id == 0x0059);
+ const bool div_ext(this->get_tx_id() == 0x0059);
if (div_ext)
{
- this->set_clock_rate(dboard_iface::UNIT_TX, ref_freq/_ad9515div);
+ this->get_iface()->set_clock_rate(dboard_iface::UNIT_TX, ref_freq/_ad9515div);
}
else
{
- this->set_clock_rate(dboard_iface::UNIT_TX, ref_freq);
+ this->get_iface()->set_clock_rate(dboard_iface::UNIT_TX, ref_freq);
}
//load new counters into registers