aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e/mboard_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-12 21:28:26 +0000
committerJosh Blum <josh@joshknows.com>2010-08-12 21:28:26 +0000
commit8c676eeb973593caecb7270a6106e8592f73a352 (patch)
tree0211b0ab99c508574e0929631f0e11dd3a94c0aa /host/lib/usrp/usrp_e/mboard_impl.cpp
parenta1d768d540d4f78ddf634033892459a5f1d3847f (diff)
downloaduhd-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.cpp5
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());
}
/***********************************************************************