Skip to content

Commit

Permalink
twinrx: correct the maximum daughterboard gain
Browse files Browse the repository at this point in the history
- changes static max gain value from 95 to 93 to match new gain tables
  • Loading branch information
meserve authored and mbr0wn committed Mar 2, 2018
1 parent d150449 commit 118f9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/lib/usrp/dboard/db_twinrx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class twinrx_rcvr_fe : public rx_dboard_base

//Gain Specific
get_rx_subtree()->create<meta_range_t>("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<double>(_expert, get_rx_subtree(),
"gains/all/value", prepend_ch("gain", _ch_name),
0.0, AUTO_RESOLVE_ON_WRITE);
Expand Down

0 comments on commit 118f9f3

Please sign in to comment.