diff options
| -rw-r--r-- | host/include/uhd/rfnoc/radio_ctrl.hpp | 2 | 
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       * | 
