diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-10-19 09:38:25 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-10-19 09:38:25 -0700 |
commit | f386a2805b1cda04eef8c2ba1a3c680edf28c2a6 (patch) | |
tree | b7cd00691bf68ce2c7b3bda9d9c1dc67a3bd522d /host/lib/usrp/e300 | |
parent | d172b44f157a1429de69599cf0a06aa61fa7a274 (diff) | |
parent | ad5b10677c91494f87c363e9096b7a2e61e414f6 (diff) | |
download | uhd-f386a2805b1cda04eef8c2ba1a3c680edf28c2a6.tar.gz uhd-f386a2805b1cda04eef8c2ba1a3c680edf28c2a6.tar.bz2 uhd-f386a2805b1cda04eef8c2ba1a3c680edf28c2a6.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/e300')
-rw-r--r-- | host/lib/usrp/e300/e300_remote_codec_ctrl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp index cb2583b1b..6ec39131d 100644 --- a/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp +++ b/host/lib/usrp/e300/e300_remote_codec_ctrl.cpp @@ -36,8 +36,8 @@ public: { } - void set_timed_spi(uhd::spi_iface::sptr spi_iface, boost::uint32_t slave_num) {}; - void set_safe_spi(uhd::spi_iface::sptr spi_iface, boost::uint32_t slave_num) {}; + void set_timed_spi(uhd::spi_iface::sptr, boost::uint32_t ) {}; + void set_safe_spi(uhd::spi_iface::sptr, boost::uint32_t ) {}; double set_gain(const std::string &which, const double value) { |