diff options
author | Jon Kiser <jon.kiser@ettus.com> | 2015-02-02 11:49:09 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-02-11 17:59:42 +0100 |
commit | ac958d47e8c7c4e0ee6a010d3e5a592d392e9206 (patch) | |
tree | 73ae7b5f2e3fa33b12a70ba42bcf471de875fd7f /host/lib/usrp/common/ad9361_ctrl.hpp | |
parent | 064634b05c9e94ef11b9a8779d389b97e46fb3de (diff) | |
download | uhd-ac958d47e8c7c4e0ee6a010d3e5a592d392e9206.tar.gz uhd-ac958d47e8c7c4e0ee6a010d3e5a592d392e9206.tar.bz2 uhd-ac958d47e8c7c4e0ee6a010d3e5a592d392e9206.zip |
ad936x: removing gain_offset from rx set_gain
Diffstat (limited to 'host/lib/usrp/common/ad9361_ctrl.hpp')
-rw-r--r-- | host/lib/usrp/common/ad9361_ctrl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/common/ad9361_ctrl.hpp b/host/lib/usrp/common/ad9361_ctrl.hpp index 16e1d23eb..c5718302f 100644 --- a/host/lib/usrp/common/ad9361_ctrl.hpp +++ b/host/lib/usrp/common/ad9361_ctrl.hpp @@ -52,7 +52,7 @@ public: static uhd::meta_range_t get_gain_range(const std::string &which) { if(which[0] == 'R') { - return uhd::meta_range_t(0.0, 73.0, 1.0); + return uhd::meta_range_t(0.0, 76.0, 1.0); } else { return uhd::meta_range_t(0.0, 89.75, 0.25); } |