From 8e5f18dc8d582198c742b3bfa3953b861f761b85 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 6 Jun 2017 14:06:43 -0700 Subject: mpmd: Fixed prop tree typo (mboard vs mboards) --- host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'host/lib/usrp/dboard') 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(fs_path("clock_source/value")).set("external"); - } - UHD_VAR((_tree->exists(fs_path("time/cmd")))); } -- cgit v1.2.3