diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-13 01:09:45 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-13 01:09:45 +0000 |
commit | ac85d2b38c26fd6d31ba0a997d033b159d51769d (patch) | |
tree | 74af8c091a5e9a46955b9a92169e948bd1bfde88 /host/lib/usrp/usrp_e/clock_ctrl.cpp | |
parent | 8c676eeb973593caecb7270a6106e8592f73a352 (diff) | |
download | uhd-ac85d2b38c26fd6d31ba0a997d033b159d51769d.tar.gz uhd-ac85d2b38c26fd6d31ba0a997d033b159d51769d.tar.bz2 uhd-ac85d2b38c26fd6d31ba0a997d033b159d51769d.zip |
usrp-e: codec gain control from properties interface
Diffstat (limited to 'host/lib/usrp/usrp_e/clock_ctrl.cpp')
-rw-r--r-- | host/lib/usrp/usrp_e/clock_ctrl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e/clock_ctrl.cpp b/host/lib/usrp/usrp_e/clock_ctrl.cpp index 8a5bd1c6b..b53e880a2 100644 --- a/host/lib/usrp/usrp_e/clock_ctrl.cpp +++ b/host/lib/usrp/usrp_e/clock_ctrl.cpp @@ -60,7 +60,6 @@ class usrp_e_clock_ctrl_impl : public usrp_e_clock_ctrl{ public: usrp_e_clock_ctrl_impl(usrp_e_iface::sptr iface){ _iface = iface; - std::cout << "master_clock_rate: " << (master_clock_rate/1e6) << " MHz" << std::endl; //init the clock gen registers //Note: out0 should already be clocking the FPGA or this isnt going to work |