diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-15 17:05:45 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-15 17:05:45 -0700 |
commit | a2abd6bc615cb63e585e7fafa9ea8491bb25f5b5 (patch) | |
tree | 873ffc4860fc2822dd9a110a87cdc011d2cd3e2c /host/lib/usrp/usrp2/io_impl.cpp | |
parent | 972fae172ae30323ed57795ca5a4aad790bac7f9 (diff) | |
download | uhd-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.cpp | 1 |
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); } |