aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/lib/rfnoc/radio_ctrl_impl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/rfnoc/radio_ctrl_impl.cpp b/host/lib/rfnoc/radio_ctrl_impl.cpp
index 43e5cb7fc..c43d39f71 100644
--- a/host/lib/rfnoc/radio_ctrl_impl.cpp
+++ b/host/lib/rfnoc/radio_ctrl_impl.cpp
@@ -162,6 +162,7 @@ double radio_ctrl_impl::set_rate(double rate)
_tick_rate = rate;
_time64->set_tick_rate(_tick_rate);
_time64->self_test();
+ set_command_tick_rate(rate);
return _tick_rate;
}