From fae9468c3a2c00c4390a50679b5ae176c5f9a2a5 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 10 Apr 2017 14:44:24 -0700 Subject: rfnoc: Update DDC and DUC command tick rate Update happens when the sampling rate is queried, which needs revisiting, but happens to occur at the correct time in the sequence. --- host/lib/usrp/x300/x300_radio_ctrl_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp') diff --git a/host/lib/usrp/x300/x300_radio_ctrl_impl.cpp b/host/lib/usrp/x300/x300_radio_ctrl_impl.cpp index 80865eaf0..69eb51f55 100644 --- a/host/lib/usrp/x300/x300_radio_ctrl_impl.cpp +++ b/host/lib/usrp/x300/x300_radio_ctrl_impl.cpp @@ -909,7 +909,7 @@ void x300_radio_ctrl_impl::_set_db_eeprom(i2c_iface::sptr i2c, const size_t addr void x300_radio_ctrl_impl::_set_command_time(const time_spec_t &spec, const size_t port) { - set_fe_cmd_time(spec, port); + set_fe_cmd_time(spec, port); } /**************************************************************************** * Helpers -- cgit v1.2.3