Revision 4bcab9c5 host/utils/uhd_usrp_probe.cpp

b/host/utils/uhd_usrp_probe.cpp
138 138
    }
139 139
    ss << std::endl;
140 140
    ss << "Time sources: " << prop_names_to_pp_string(tree->access<std::vector<std::string> >(path / "time_source" / "options").get()) << std::endl;
141
    ss << "Ref sources: " << prop_names_to_pp_string(tree->access<std::vector<std::string> >(path / "ref_source" / "options").get()) << std::endl;
141
    ss << "Clock sources: " << prop_names_to_pp_string(tree->access<std::vector<std::string> >(path / "clock_source" / "options").get()) << std::endl;
142 142
    ss << "Sensors: " << prop_names_to_pp_string(tree->list(path / "sensors")) << std::endl;
143 143
    BOOST_FOREACH(const std::string &name, tree->list(path / "rx_dsps")){
144 144
        ss << make_border(get_dsp_pp_string("RX", tree, path / "rx_dsps" / name));

Also available in: Unified diff