diff options
Diffstat (limited to 'host')
| -rw-r--r-- | host/lib/usrp/dboard/rhodium/rhodium_cpld_ctrl.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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; | 
