aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/io_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-02-17 23:06:48 -0800
committerJosh Blum <josh@joshknows.com>2011-02-17 23:06:48 -0800
commitede85c10ae74221ba4a715df2b45f27935503393 (patch)
tree3dc8f1f7a77992daef12110a9527f0046d58dbe9 /host/lib/usrp/usrp2/io_impl.cpp
parente128948a96f8587eb7e965ad462c61fc25b87536 (diff)
downloaduhd-ede85c10ae74221ba4a715df2b45f27935503393.tar.gz
uhd-ede85c10ae74221ba4a715df2b45f27935503393.tar.bz2
uhd-ede85c10ae74221ba4a715df2b45f27935503393.zip
uhd: got all compiling w/ changes, changes to channel calculation in multi usrp
Diffstat (limited to 'host/lib/usrp/usrp2/io_impl.cpp')
-rw-r--r--host/lib/usrp/usrp2/io_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/io_impl.cpp b/host/lib/usrp/usrp2/io_impl.cpp
index b20b6652e..acd520b0b 100644
--- a/host/lib/usrp/usrp2/io_impl.cpp
+++ b/host/lib/usrp/usrp2/io_impl.cpp
@@ -265,7 +265,7 @@ void usrp2_impl::io_init(void){
_io_impl = UHD_PIMPL_MAKE(io_impl, (send_frame_size, _data_transports));
//create a new pirate thread for each zc if (yarr!!)
- for (size_t i = 0; i < _data_transports.size(); i++){
+ for (size_t i = 0; i < _err0_transports.size(); i++){
//lock the unlocked mutex (non-blocking)
_io_impl->spawn_mutex.lock();
//spawn a new pirate to plunder the recv booty