diff options
-rw-r--r-- | host/include/uhd/usrp/multi_usrp.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp index a99cba845..3c52e907a 100644 --- a/host/include/uhd/usrp/multi_usrp.hpp +++ b/host/include/uhd/usrp/multi_usrp.hpp @@ -1159,7 +1159,7 @@ public: * Get the valid range for RX DC offset values. * \param chan the channel index 0 to N-1 */ - virtual meta_range_t get_rx_dc_offset_range(size_t chan = ALL_CHANS) = 0; + virtual meta_range_t get_rx_dc_offset_range(size_t chan = 0) = 0; /*! * Enable/disable the automatic IQ imbalance correction. @@ -1454,7 +1454,7 @@ public: * Get the valid range for TX DC offset values. * \param chan the channel index 0 to N-1 */ - virtual meta_range_t get_tx_dc_offset_range(size_t chan = ALL_CHANS) = 0; + virtual meta_range_t get_tx_dc_offset_range(size_t chan = 0) = 0; /*! * Set the TX frontend IQ imbalance correction. |