aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/usrp1_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-12 19:54:42 -0700
committerJosh Blum <josh@joshknows.com>2011-06-14 17:27:47 -0700
commit89fa3291548b2b2c413c9613977db032b5dc048b (patch)
treec15500a1dc4e45d730ec4ed3750eced39bf1a5d6 /host/lib/usrp/usrp1/usrp1_impl.cpp
parent397521fcdbe88d4d797bf9a5bcd2cdb097003ab3 (diff)
downloaduhd-89fa3291548b2b2c413c9613977db032b5dc048b.tar.gz
uhd-89fa3291548b2b2c413c9613977db032b5dc048b.tar.bz2
uhd-89fa3291548b2b2c413c9613977db032b5dc048b.zip
usrp1: super packet handler support squashed
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.cpp')
-rw-r--r--host/lib/usrp/usrp1/usrp1_impl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.cpp b/host/lib/usrp/usrp1/usrp1_impl.cpp
index 37955d628..a3d502038 100644
--- a/host/lib/usrp/usrp1/usrp1_impl.cpp
+++ b/host/lib/usrp/usrp1/usrp1_impl.cpp
@@ -199,12 +199,12 @@ usrp1_impl::usrp1_impl(uhd::transport::usb_zero_copy::sptr data_transport,
//initialize the dsps
tx_dsp_init();
- //initialize the send/recv
- io_init();
-
//init the subdev specs
this->mboard_set(MBOARD_PROP_RX_SUBDEV_SPEC, subdev_spec_t());
this->mboard_set(MBOARD_PROP_TX_SUBDEV_SPEC, subdev_spec_t());
+
+ //initialize the send/recv
+ io_init();
}
usrp1_impl::~usrp1_impl(void){UHD_SAFE_CALL(