Skip to content

Commit 118f9f3

Browse files
meservembr0wn
authored andcommitted
twinrx: correct the maximum daughterboard gain
- changes static max gain value from 95 to 93 to match new gain tables
1 parent d150449 commit 118f9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host/lib/usrp/dboard/db_twinrx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class twinrx_rcvr_fe : public rx_dboard_base
110110

111111
//Gain Specific
112112
get_rx_subtree()->create<meta_range_t>("gains/all/range")
113-
.set(gain_range_t(0, 95, double(1.0)));
113+
.set(gain_range_t(0, 93, double(1.0)));
114114
expert_factory::add_prop_node<double>(_expert, get_rx_subtree(),
115115
"gains/all/value", prepend_ch("gain", _ch_name),
116116
0.0, AUTO_RESOLVE_ON_WRITE);

0 commit comments

Comments
 (0)