From 118f9f33af6df49fc40e7ae836d1e9b3c6edf9c0 Mon Sep 17 00:00:00 2001 From: Mark Meserve Date: Fri, 23 Feb 2018 16:40:21 -0600 Subject: twinrx: correct the maximum daughterboard gain - changes static max gain value from 95 to 93 to match new gain tables --- host/lib/usrp/dboard/db_twinrx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib') diff --git a/host/lib/usrp/dboard/db_twinrx.cpp b/host/lib/usrp/dboard/db_twinrx.cpp index 21a2d82fd..d1ee97e90 100644 --- a/host/lib/usrp/dboard/db_twinrx.cpp +++ b/host/lib/usrp/dboard/db_twinrx.cpp @@ -110,7 +110,7 @@ public: //Gain Specific get_rx_subtree()->create("gains/all/range") - .set(gain_range_t(0, 95, double(1.0))); + .set(gain_range_t(0, 93, double(1.0))); expert_factory::add_prop_node(_expert, get_rx_subtree(), "gains/all/value", prepend_ch("gain", _ch_name), 0.0, AUTO_RESOLVE_ON_WRITE); -- cgit v1.2.3