aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-07-02 09:32:00 -0700
committerJosh Blum <josh@joshknows.com>2011-07-02 09:32:00 -0700
commit4bcab9c56aad7e08bd392b82cc52ae2f4f5a830c (patch)
treea4a88f09a864e97dadddbfd4231e52eee77c1f02 /host/lib/usrp/usrp2/usrp2_impl.hpp
parent0e3240ec5680fff7597d209b795dd0bc603f9919 (diff)
downloaduhd-4bcab9c56aad7e08bd392b82cc52ae2f4f5a830c.tar.gz
uhd-4bcab9c56aad7e08bd392b82cc52ae2f4f5a830c.tar.bz2
uhd-4bcab9c56aad7e08bd392b82cc52ae2f4f5a830c.zip
usrp: renamed ref_source to clock_source (terminology)
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp
index ad203079b..e0ff4b241 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.hpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.hpp
@@ -128,7 +128,7 @@ private:
void update_tx_subdev_spec(const std::string &, const uhd::usrp::subdev_spec_t &);
double set_tx_dsp_freq(const std::string &, const double);
uhd::meta_range_t get_tx_dsp_freq_range(const std::string &);
- void update_ref_source(const std::string &, const std::string &);
+ void update_clock_source(const std::string &, const std::string &);
};
#endif /* INCLUDED_USRP2_IMPL_HPP */