From 4bcab9c56aad7e08bd392b82cc52ae2f4f5a830c Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 2 Jul 2011 09:32:00 -0700 Subject: usrp: renamed ref_source to clock_source (terminology) --- host/lib/usrp/usrp1/usrp1_impl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/usrp1') diff --git a/host/lib/usrp/usrp1/usrp1_impl.cpp b/host/lib/usrp/usrp1/usrp1_impl.cpp index 5d3c5a00a..deb257a83 100644 --- a/host/lib/usrp/usrp1/usrp1_impl.cpp +++ b/host/lib/usrp/usrp1/usrp1_impl.cpp @@ -305,9 +305,9 @@ usrp1_impl::usrp1_impl(const device_addr_t &device_addr){ .publish(boost::bind(&soft_time_ctrl::get_time, _soft_time_ctrl)) .subscribe(boost::bind(&soft_time_ctrl::set_time, _soft_time_ctrl, _1)); - _tree->create >(mb_path / "ref_source/options").set(std::vector(1, "internal")); + _tree->create >(mb_path / "clock_source/options").set(std::vector(1, "internal")); _tree->create >(mb_path / "time_source/options").set(std::vector(1, "none")); - _tree->create(mb_path / "ref_source/value").set("internal"); + _tree->create(mb_path / "clock_source/value").set("internal"); _tree->create(mb_path / "time_source/value").set("none"); //////////////////////////////////////////////////////////////////// -- cgit v1.2.3