From d83cac90839c9cfcbc4e4aceb9cf6a3e7daa3a0d Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 8 Jan 2021 13:37:50 +0100 Subject: rh: cpld control: Comment out gain table address This fixes a clang warning. --- host/lib/usrp/dboard/rhodium/rhodium_cpld_ctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/dboard/rhodium') diff --git a/host/lib/usrp/dboard/rhodium/rhodium_cpld_ctrl.cpp b/host/lib/usrp/dboard/rhodium/rhodium_cpld_ctrl.cpp index 0617cbd94..b95f03983 100644 --- a/host/lib/usrp/dboard/rhodium/rhodium_cpld_ctrl.cpp +++ b/host/lib/usrp/dboard/rhodium/rhodium_cpld_ctrl.cpp @@ -18,7 +18,7 @@ namespace { //! Address of the CPLD scratch register constexpr uint8_t CPLD_REGS_SCRATCH = 0x05; //! Address of the CPLD gain table selection register -constexpr uint8_t CPLD_REGS_GAIN_TBL_SEL = 0x06; +// constexpr uint8_t CPLD_REGS_GAIN_TBL_SEL = 0x06; constexpr uint32_t MAX_GAIN_INDEX = 60; constexpr uint32_t MAX_LO_GAIN_INDEX = 30; -- cgit v1.2.3