diff options
Diffstat (limited to 'host/lib/rfnoc')
-rw-r--r-- | host/lib/rfnoc/mb_controller.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host/lib/rfnoc/mb_controller.cpp b/host/lib/rfnoc/mb_controller.cpp index 356224f83..c7034fd5f 100644 --- a/host/lib/rfnoc/mb_controller.cpp +++ b/host/lib/rfnoc/mb_controller.cpp @@ -191,3 +191,9 @@ void mb_controller::set_gpio_src(const std::string&, const std::vector<std::stri { throw uhd::not_implemented_error("set_gpio_src() not supported on this motherboard!"); } + +void mb_controller::register_sync_source_updater(mb_controller::sync_source_updater_t) +{ + throw uhd::not_implemented_error( + "register_sync_source_updater() not supported on this motherboard!"); +} |