diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-02-12 11:04:29 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-02-12 11:04:29 +0100 |
commit | 8086c2e32c8a71e3b50c63620a18f63b994628aa (patch) | |
tree | 08247dcad2cb3ba1e4d973be7b50962203e04d93 /host/lib/usrp/common/ad9361_ctrl.hpp | |
parent | e28d7844b0c9d206bf5b7737a44c22f29e761ec1 (diff) | |
parent | ec7eedcca8418970e081b4875c2d5c147611025b (diff) | |
download | uhd-8086c2e32c8a71e3b50c63620a18f63b994628aa.tar.gz uhd-8086c2e32c8a71e3b50c63620a18f63b994628aa.tar.bz2 uhd-8086c2e32c8a71e3b50c63620a18f63b994628aa.zip |
Merge branch 'maint'
Conflicts:
host/examples/rx_samples_to_file.cpp
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 7d44700fe..f831f870d 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); } |