aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/device3
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-05-30 14:21:41 -0700
committerMartin Braun <martin.braun@ettus.com>2019-11-26 11:49:18 -0800
commit6ec8cf3eeac70d4458ad7a4f7f1eea4f082c140d (patch)
treeb85288ac4916432aba5ff287acaac0e014c36b0f /host/lib/usrp/device3
parent36853315741aaba41af91cca93c742a6171ae46d (diff)
downloaduhd-6ec8cf3eeac70d4458ad7a4f7f1eea4f082c140d.tar.gz
uhd-6ec8cf3eeac70d4458ad7a4f7f1eea4f082c140d.tar.bz2
uhd-6ec8cf3eeac70d4458ad7a4f7f1eea4f082c140d.zip
rfnoc: Add default block controller
The default block controller should get instantiated when no other suitable block controller can be found.
Diffstat (limited to 'host/lib/usrp/device3')
-rw-r--r--host/lib/usrp/device3/device3_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/device3/device3_impl.cpp b/host/lib/usrp/device3/device3_impl.cpp
index ba88ed2e8..bc1cf9002 100644
--- a/host/lib/usrp/device3/device3_impl.cpp
+++ b/host/lib/usrp/device3/device3_impl.cpp
@@ -135,7 +135,7 @@ void device3_impl::enumerate_rfnoc_blocks(size_t device_index,
"for block with NOC ID: "
+ str(boost::format("0x%08X") % noc_id));
block_def =
- uhd::rfnoc::blockdef::make_from_noc_id(uhd::rfnoc::DEFAULT_NOC_ID);
+ uhd::rfnoc::blockdef::make_from_noc_id(uhd::rfnoc::DEFAULT_NOC_ID_64);
}
UHD_ASSERT_THROW(block_def);
make_args.ctrl_ifaces[0] = ctrl;