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/utils/uhd_usrp_probe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/utils') diff --git a/host/utils/uhd_usrp_probe.cpp b/host/utils/uhd_usrp_probe.cpp index caf419719..cb6d78255 100644 --- a/host/utils/uhd_usrp_probe.cpp +++ b/host/utils/uhd_usrp_probe.cpp @@ -138,7 +138,7 @@ static std::string get_mboard_pp_string(property_tree::sptr tree, const property } ss << std::endl; ss << "Time sources: " << prop_names_to_pp_string(tree->access >(path / "time_source" / "options").get()) << std::endl; - ss << "Ref sources: " << prop_names_to_pp_string(tree->access >(path / "ref_source" / "options").get()) << std::endl; + ss << "Clock sources: " << prop_names_to_pp_string(tree->access >(path / "clock_source" / "options").get()) << std::endl; ss << "Sensors: " << prop_names_to_pp_string(tree->list(path / "sensors")) << std::endl; BOOST_FOREACH(const std::string &name, tree->list(path / "rx_dsps")){ ss << make_border(get_dsp_pp_string("RX", tree, path / "rx_dsps" / name)); -- cgit v1.2.3