diff options
author | Josh Blum <josh@joshknows.com> | 2012-01-04 20:44:44 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-01-05 15:53:35 -0800 |
commit | 607b9a360067727a849d3088d5efa531192411e2 (patch) | |
tree | 371b82c55fcc18bd3bcb5451ef68ba8e942ed70b /host/lib/usrp/dboard/db_sbx_common.hpp | |
parent | 1c76adac7a5f4caa2ab07bc451b156980258130c (diff) | |
download | uhd-607b9a360067727a849d3088d5efa531192411e2.tar.gz uhd-607b9a360067727a849d3088d5efa531192411e2.tar.bz2 uhd-607b9a360067727a849d3088d5efa531192411e2.zip |
sbx: fix dboard tuning to cache result
Diffstat (limited to 'host/lib/usrp/dboard/db_sbx_common.hpp')
-rw-r--r-- | host/lib/usrp/dboard/db_sbx_common.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/dboard/db_sbx_common.hpp b/host/lib/usrp/dboard/db_sbx_common.hpp index b3e55c209..2f3939f2b 100644 --- a/host/lib/usrp/dboard/db_sbx_common.hpp +++ b/host/lib/usrp/dboard/db_sbx_common.hpp @@ -139,8 +139,6 @@ protected: double _rx_lo_freq, _tx_lo_freq; std::string _tx_ant, _rx_ant; - void set_rx_lo_freq(double freq); - void set_tx_lo_freq(double freq); void set_rx_ant(const std::string &ant); void set_tx_ant(const std::string &ant); double set_rx_gain(double gain, const std::string &name); |