From ba5722f6133f9051a999cbba3ba13a4ee56f63c8 Mon Sep 17 00:00:00 2001 From: Trung N Tran Date: Mon, 25 Jun 2018 14:06:18 -0700 Subject: e300: merge files from rfnoc-devel This disables the ability to do "network mode" on the E310. --- host/lib/usrp/e300/e300_remote_codec_ctrl.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'host/lib/usrp/e300/e300_remote_codec_ctrl.cpp') diff --git a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp index 2dd401b1b..575abe24e 100644 --- a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp +++ b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp @@ -26,8 +26,6 @@ public: { } - void set_timed_spi(uhd::spi_iface::sptr, uint32_t ) {}; - void set_safe_spi(uhd::spi_iface::sptr, uint32_t ) {}; double set_gain(const std::string &which, const double value) { @@ -240,11 +238,6 @@ 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() { { -- cgit v1.2.3