diff options
Diffstat (limited to 'host/lib/usrp/multi_usrp.cpp')
-rw-r--r-- | host/lib/usrp/multi_usrp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/multi_usrp.cpp b/host/lib/usrp/multi_usrp.cpp index 721b57ec9..89c4cbc26 100644 --- a/host/lib/usrp/multi_usrp.cpp +++ b/host/lib/usrp/multi_usrp.cpp @@ -1847,7 +1847,7 @@ public: } else { UHD_LOGGER_WARNING("MULTI_USRP") << "This device does not support querying the RX DC offset range."; - return meta_range_t(0, 0); + return meta_range_t(0.0, 0.0); } } @@ -2340,7 +2340,7 @@ public: } else { UHD_LOGGER_WARNING("MULTI_USRP") << "This device does not support querying the TX DC offset range."; - return meta_range_t(0, 0); + return meta_range_t(0.0, 0.0); } } |