aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-02-21 11:01:05 -0800
committerJosh Blum <josh@joshknows.com>2011-02-21 11:01:05 -0800
commit436387677320e371bb9a2efa6b0c2ec97027bc05 (patch)
tree79707ad4bc9699b11aeff2b0a040f27d1ee5c5b9 /host/lib/usrp/usrp2/usrp2_impl.hpp
parent607f5df7013810e94bbe049e457858ec68f8dd0e (diff)
downloaduhd-436387677320e371bb9a2efa6b0c2ec97027bc05.tar.gz
uhd-436387677320e371bb9a2efa6b0c2ec97027bc05.tar.bz2
uhd-436387677320e371bb9a2efa6b0c2ec97027bc05.zip
uhd: moved indexed device addr routines into api
implement in usrp2, also combine non specified args into addr when initializing the mboard so we can use a single addr
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp
index df55e6a99..dbddd2ec0 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.hpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.hpp
@@ -89,7 +89,6 @@ public:
//structors
usrp2_mboard_impl(
const uhd::device_addr_t &device_addr,
- const uhd::device_addr_t &device_args,
size_t index, usrp2_impl &device
);
~usrp2_mboard_impl(void);