aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-01-11 18:07:27 -0800
committerJosh Blum <josh@joshknows.com>2011-01-11 18:07:27 -0800
commit6c03f7e74bf7fcbfbcbc02de89aac9550097afc9 (patch)
tree4bff059da9a46625b6146c90f00419411431c210 /host/lib/usrp/usrp2/usrp2_impl.hpp
parentec2ca70abe3a1e2a13d2085e3ec3af9f44a3eeae (diff)
downloaduhd-6c03f7e74bf7fcbfbcbc02de89aac9550097afc9.tar.gz
uhd-6c03f7e74bf7fcbfbcbc02de89aac9550097afc9.tar.bz2
uhd-6c03f7e74bf7fcbfbcbc02de89aac9550097afc9.zip
uhd: use internal() to default clock configs, dont use PPS_INT, theres no such thing
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp
index 9cd27ee41..3c937327b 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.hpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.hpp
@@ -120,7 +120,6 @@ private:
//methods and shadows for clock configuration
uhd::clock_config_t _clock_config;
- void init_clock_config(void);
void update_clock_config(void);
void set_time_spec(const uhd::time_spec_t &time_spec, bool now);