aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/io_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-10-15 17:05:45 -0700
committerJosh Blum <josh@joshknows.com>2010-10-15 17:05:45 -0700
commita2abd6bc615cb63e585e7fafa9ea8491bb25f5b5 (patch)
tree873ffc4860fc2822dd9a110a87cdc011d2cd3e2c /host/lib/usrp/usrp2/io_impl.cpp
parent972fae172ae30323ed57795ca5a4aad790bac7f9 (diff)
downloaduhd-a2abd6bc615cb63e585e7fafa9ea8491bb25f5b5.tar.gz
uhd-a2abd6bc615cb63e585e7fafa9ea8491bb25f5b5.tar.bz2
uhd-a2abd6bc615cb63e585e7fafa9ea8491bb25f5b5.zip
usrp2: dont need to start streaming for this hack
Diffstat (limited to 'host/lib/usrp/usrp2/io_impl.cpp')
-rw-r--r--host/lib/usrp/usrp2/io_impl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/io_impl.cpp b/host/lib/usrp/usrp2/io_impl.cpp
index 00061ae47..95a627266 100644
--- a/host/lib/usrp/usrp2/io_impl.cpp
+++ b/host/lib/usrp/usrp2/io_impl.cpp
@@ -263,7 +263,6 @@ void usrp2_impl::io_init(void){
//issue a stream command to each motherboard
BOOST_FOREACH(usrp2_mboard_impl::sptr mboard, _mboards){
- (*mboard)[MBOARD_PROP_STREAM_CMD] = stream_cmd_t(stream_cmd_t::STREAM_MODE_START_CONTINUOUS);
(*mboard)[MBOARD_PROP_STREAM_CMD] = stream_cmd_t(stream_cmd_t::STREAM_MODE_STOP_CONTINUOUS);
}