aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorEJ <ej@he360.com>2017-03-09 16:22:10 -0500
committerMartin Braun <martin.braun@ettus.com>2017-03-28 08:11:33 -0700
commit379f922dabee3d8684a98a64787e9f0ba46caa68 (patch)
treeaf489528cd218848fb356f56cbaca6cbc0df30cc /host
parentd2d6c35631e68b5d72a300392f72a40ea3739fa5 (diff)
downloaduhd-379f922dabee3d8684a98a64787e9f0ba46caa68.tar.gz
uhd-379f922dabee3d8684a98a64787e9f0ba46caa68.tar.bz2
uhd-379f922dabee3d8684a98a64787e9f0ba46caa68.zip
rfnoc: minor fix to radio_ctrl.hpp for rx_bandwidth controls
Diffstat (limited to 'host')
-rw-r--r--host/include/uhd/rfnoc/radio_ctrl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/rfnoc/radio_ctrl.hpp b/host/include/uhd/rfnoc/radio_ctrl.hpp
index 1dc2e5133..984ddf864 100644
--- a/host/include/uhd/rfnoc/radio_ctrl.hpp
+++ b/host/include/uhd/rfnoc/radio_ctrl.hpp
@@ -163,7 +163,7 @@ public:
*
* \return The actual bandwidth value
*/
- // virtual double get_rx_bandwidth(const double bandwidth, const size_t chan) = 0;
+ virtual double get_rx_bandwidth(const size_t chan) = 0;
/*! Set the analog filter bandwidth channel \p chan
*