aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-10-10 16:31:38 -0700
committerMartin Braun <martin.braun@ettus.com>2019-10-11 08:46:07 -0700
commitab597deabc443094a3b0aa648d24d728f3eeab24 (patch)
tree5f59d52f6ae7f7cb825d458073fd84ec42dd863c
parentPython: Added LO source and export arguments to the phase alignment test (diff)
downloaduhd-ab597deabc443094a3b0aa648d24d728f3eeab24.tar.xz
uhd-ab597deabc443094a3b0aa648d24d728f3eeab24.zip
fixup! x300: Introduce conn_manager
-rw-r--r--host/lib/usrp/x300/x300_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp
index 0283cf659..223b112ec 100644
--- a/host/lib/usrp/x300/x300_impl.cpp
+++ b/host/lib/usrp/x300/x300_impl.cpp
@@ -566,7 +566,7 @@ uhd::both_xports_t x300_impl::make_transport(const uhd::sid_t& address,
xports.send_sid =
this->allocate_sid(mb, address, x300::SRC_ADDR0, x300::XB_DST_PCI);
xports.recv_sid = xports.send_sid.reversed();
- std::dynamic_pointer_cast<pcie_manager>(mb.conn_mgr)
+ return std::dynamic_pointer_cast<pcie_manager>(mb.conn_mgr)
->make_transport(xports, xport_type, args, send_mtu, recv_mtu);
} else if (mb.xport_path == xport_path_t::ETH) {
xports = std::dynamic_pointer_cast<eth_manager>(mb.conn_mgr)