aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-22 00:37:53 -0800
committerJosh Blum <josh@joshknows.com>2010-02-22 00:37:53 -0800
commit9c9c96896cb38054e84213aa222883d34c7dd07b (patch)
treebe17e53e49e279f7d0b0befb1e3eb3fe0dc83d5f /host/lib/usrp/usrp2/usrp2_impl.cpp
parent3e5898fa11d9e77421cf0d3853acc49fbf4801ca (diff)
downloaduhd-9c9c96896cb38054e84213aa222883d34c7dd07b.tar.gz
uhd-9c9c96896cb38054e84213aa222883d34c7dd07b.tar.bz2
uhd-9c9c96896cb38054e84213aa222883d34c7dd07b.zip
Made implementation class for the dboard manager.
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.cpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.cpp b/host/lib/usrp/usrp2/usrp2_impl.cpp
index ac0c3c88a..2b4e8fe39 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.cpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.cpp
@@ -90,9 +90,9 @@ device::sptr usrp2::make(const device_addr_t &device_addr){
);
//create the usrp2 implementation guts
- return device::sptr(dynamic_cast<device*>(
+ return device::sptr(
new usrp2_impl(ctrl_transport, data_transport)
- ));
+ );
}
/***********************************************************************