aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-06-06 14:06:43 -0700
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:03:59 -0800
commit8e5f18dc8d582198c742b3bfa3953b861f761b85 (patch)
treecc27702a89c612b1bce83beb08919abf7040f36a /host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp
parent07b8682239f1d10d49274e1db5a731b5dc9ed53d (diff)
downloaduhd-8e5f18dc8d582198c742b3bfa3953b861f761b85.tar.gz
uhd-8e5f18dc8d582198c742b3bfa3953b861f761b85.tar.bz2
uhd-8e5f18dc8d582198c742b3bfa3953b861f761b85.zip
mpmd: Fixed prop tree typo (mboard vs mboards)
Diffstat (limited to 'host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp')
-rw-r--r--host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp
index 35260150f..455027f3c 100644
--- a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp
+++ b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp
@@ -270,10 +270,6 @@ UHD_RFNOC_RADIO_BLOCK_CONSTRUCTOR(eiscat_radio_ctrl)
.set_coercer(boost::bind(&eiscat_radio_ctrl_impl::set_rate, this, _1))
;
- if (not _tree->exists(fs_path("clock_source/value"))) {
- _tree->create<std::string>(fs_path("clock_source/value")).set("external");
- }
-
UHD_VAR((_tree->exists(fs_path("time/cmd"))));
}