From 379f922dabee3d8684a98a64787e9f0ba46caa68 Mon Sep 17 00:00:00 2001 From: EJ Date: Thu, 9 Mar 2017 16:22:10 -0500 Subject: rfnoc: minor fix to radio_ctrl.hpp for rx_bandwidth controls --- host/include/uhd/rfnoc/radio_ctrl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/include') 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 * -- cgit v1.2.3