diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-12 21:28:26 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-12 21:28:26 +0000 |
commit | 8c676eeb973593caecb7270a6106e8592f73a352 (patch) | |
tree | 0211b0ab99c508574e0929631f0e11dd3a94c0aa /host/lib/usrp/usrp_e/mboard_impl.cpp | |
parent | a1d768d540d4f78ddf634033892459a5f1d3847f (diff) | |
download | uhd-8c676eeb973593caecb7270a6106e8592f73a352.tar.gz uhd-8c676eeb973593caecb7270a6106e8592f73a352.tar.bz2 uhd-8c676eeb973593caecb7270a6106e8592f73a352.zip |
usrp-e: added codec impl, probe works
Diffstat (limited to 'host/lib/usrp/usrp_e/mboard_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp_e/mboard_impl.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/host/lib/usrp/usrp_e/mboard_impl.cpp b/host/lib/usrp/usrp_e/mboard_impl.cpp index 4914bd3b7..88e16a6f5 100644 --- a/host/lib/usrp/usrp_e/mboard_impl.cpp +++ b/host/lib/usrp/usrp_e/mboard_impl.cpp @@ -22,6 +22,7 @@ #include <uhd/utils/assert.hpp> #include <uhd/usrp/mboard_props.hpp> #include <boost/bind.hpp> +#include <iostream> using namespace uhd; using namespace uhd::usrp; @@ -40,10 +41,6 @@ void usrp_e_impl::mboard_init(void){ _clock_config.pps_source = clock_config_t::PPS_SMA; //TODO poke the clock config regs - - //set default subdev specs - this->mboard_set(MBOARD_PROP_RX_SUBDEV_SPEC, subdev_spec_t()); - this->mboard_set(MBOARD_PROP_TX_SUBDEV_SPEC, subdev_spec_t()); } /*********************************************************************** |