diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2013-03-18 12:43:00 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2013-03-18 12:43:00 -0700 |
commit | 3712ce794229b24874bd905a6034b63a648a718e (patch) | |
tree | d9ffbbeb00e9ee5f344c271549f757354602a871 /host/utils | |
parent | cec4a61bef8e992aab80ab92397825f26f8e349a (diff) | |
parent | 5afa521724c6b27c1daa014316ac4a5a9efa4c82 (diff) | |
download | uhd-3712ce794229b24874bd905a6034b63a648a718e.tar.gz uhd-3712ce794229b24874bd905a6034b63a648a718e.tar.bz2 uhd-3712ce794229b24874bd905a6034b63a648a718e.zip |
Merge branch 'maint'
Diffstat (limited to 'host/utils')
-rw-r--r-- | host/utils/usrp_cal_utils.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/usrp_cal_utils.hpp b/host/utils/usrp_cal_utils.hpp index 4a2303d34..bda6fc31b 100644 --- a/host/utils/usrp_cal_utils.hpp +++ b/host/utils/usrp_cal_utils.hpp @@ -84,7 +84,7 @@ static inline void set_optimum_defaults(uhd::usrp::multi_usrp::sptr usrp){ throw std::runtime_error("self-calibration is not supported for this hardware"); } - const uhd::fs_path rx_fe_path = "/mboards/0/dboards/A/tx_frontends/0"; + const uhd::fs_path rx_fe_path = "/mboards/0/dboards/A/rx_frontends/0"; const std::string rx_name = tree->access<std::string>(rx_fe_path / "name").get(); if (rx_name.find("WBX") != std::string::npos){ usrp->set_rx_gain(25); |