aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrung Tran <trung.tran@ettus.com>2018-07-03 09:44:09 -0700
committerMartin Braun <martin.braun@ettus.com>2018-07-03 10:22:25 -0700
commiteec24d7b0442616fdbe9adf6b426959677e67f92 (patch)
tree88f8e87833c08dd36cd631bf237f43d25e9896a3
parentad9361_ctrl: removed surperflous _use_time_spi and _use_safe_spi (diff)
downloaduhd-rfnoc-devel.tar.xz
uhd-rfnoc-devel.zip
e300_remote_codec_ctrl: add impl of set_timing_moderfnoc-devel
In order to pass the compilation error. This function is not used in e310 case.
-rw-r--r--host/lib/usrp/e300/e300_remote_codec_ctrl.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp
index 575abe24e..6acfd7faa 100644
--- a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp
+++ b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp
@@ -238,6 +238,11 @@ public:
UHD_THROW_INVALID_CODE_PATH();
}
+ void set_timing_mode(UHD_UNUSED(const std::string &timing_mode))
+ {
+ UHD_THROW_INVALID_CODE_PATH();
+ }
+
private:
void _transact() {
{