diff options
author | Thomas Tsou <ttsou@vt.edu> | 2010-08-16 17:03:06 -0700 |
---|---|---|
committer | Thomas Tsou <ttsou@vt.edu> | 2010-08-16 18:42:58 -0700 |
commit | 43e5480dee9f6068ffe84bf1b86526189043ee87 (patch) | |
tree | aae8369b8f3fea9ec1a987ca05bdaffc8cebcb3e /host/lib/usrp/usrp1/usrp1_impl.hpp | |
parent | cc6bbf949f8e4eabefdccf8d8cc4d9ed803ce40e (diff) | |
download | uhd-43e5480dee9f6068ffe84bf1b86526189043ee87.tar.gz uhd-43e5480dee9f6068ffe84bf1b86526189043ee87.tar.bz2 uhd-43e5480dee9f6068ffe84bf1b86526189043ee87.zip |
usrp1: Remove hard coded clock values
Get clock values from clock control, where the master setting lives.
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp1/usrp1_impl.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.hpp b/host/lib/usrp/usrp1/usrp1_impl.hpp index 5166f989f..f57f9a09a 100644 --- a/host/lib/usrp/usrp1/usrp1_impl.hpp +++ b/host/lib/usrp/usrp1/usrp1_impl.hpp @@ -33,8 +33,6 @@ #ifndef INCLUDED_USRP1_IMPL_HPP #define INCLUDED_USRP1_IMPL_HPP -static const double MASTER_CLOCK_RATE = 64e6; //TODO get from clock control - /*! * Simple wax obj proxy class: * Provides a wax obj interface for a set and a get function. |