aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc')
-rw-r--r--host/lib/rfnoc/legacy_compat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/rfnoc/legacy_compat.cpp b/host/lib/rfnoc/legacy_compat.cpp
index b4f2c522e..3f2bc9584 100644
--- a/host/lib/rfnoc/legacy_compat.cpp
+++ b/host/lib/rfnoc/legacy_compat.cpp
@@ -408,7 +408,7 @@ public:
}
// Update streamers:
boost::dynamic_pointer_cast<uhd::usrp::device3_impl>(_device)
- ->update_rx_streamers(rate);
+ ->update_rx_streamers();
}
void set_tx_rate(const double rate, const size_t chan)
@@ -460,7 +460,7 @@ public:
}
// Update streamers:
boost::dynamic_pointer_cast<uhd::usrp::device3_impl>(_device)
- ->update_tx_streamers(rate);
+ ->update_tx_streamers();
}
private: // types