aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples
diff options
context:
space:
mode:
Diffstat (limited to 'host/examples')
-rw-r--r--host/examples/rfnoc_radio_loopback.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/rfnoc_radio_loopback.cpp b/host/examples/rfnoc_radio_loopback.cpp
index 1022687cf..068433e41 100644
--- a/host/examples/rfnoc_radio_loopback.cpp
+++ b/host/examples/rfnoc_radio_loopback.cpp
@@ -134,7 +134,7 @@ int UHD_SAFE_MAIN(int argc, char* argv[])
if (vm.count("pps")) {
// Lock mboard clocks
for (size_t i = 0; i < graph->get_num_mboards(); ++i) {
- graph->get_mb_controller(i)->set_time_source(ref);
+ graph->get_mb_controller(i)->set_time_source(pps);
}
}