From 823251a1969e1a3a9434e27acbbb9e3b8ea4715e Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 25 May 2017 18:09:08 -0700 Subject: eiscat: Fixed missing antenna selection reg write for direct rx --- host/lib/usrp/mpmd/mpmd_impl.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/lib/usrp') diff --git a/host/lib/usrp/mpmd/mpmd_impl.cpp b/host/lib/usrp/mpmd/mpmd_impl.cpp index 1caec550e..747bd87a6 100644 --- a/host/lib/usrp/mpmd/mpmd_impl.cpp +++ b/host/lib/usrp/mpmd/mpmd_impl.cpp @@ -118,6 +118,9 @@ mpmd_impl::mpmd_impl(const device_addr_t& device_addr) UHD_HERE(); std::cout << ex.what() << std::endl; } + + + // FIXME pass in a reference to the rpc client for all childs of rpc_block_ctrl } mpmd_impl::~mpmd_impl() {} -- cgit v1.2.3