aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/multi_usrp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/multi_usrp.cpp')
-rw-r--r--host/lib/usrp/multi_usrp.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/host/lib/usrp/multi_usrp.cpp b/host/lib/usrp/multi_usrp.cpp
index e3424d748..78205fbdd 100644
--- a/host/lib/usrp/multi_usrp.cpp
+++ b/host/lib/usrp/multi_usrp.cpp
@@ -2557,6 +2557,12 @@ public:
"set_gpio_src() not implemented for this motherboard!");
}
+ uhd::rfnoc::mb_controller& get_mb_controller(const size_t /*mboard*/)
+ {
+ throw uhd::not_implemented_error(
+ "get_mb_controller() not supported on this device!");
+ }
+
private:
device::sptr _dev;
property_tree::sptr _tree;