aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/x300')
-rw-r--r--host/lib/usrp/x300/x300_impl.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp
index ac5b66442..76759acb3 100644
--- a/host/lib/usrp/x300/x300_impl.cpp
+++ b/host/lib/usrp/x300/x300_impl.cpp
@@ -1162,10 +1162,8 @@ void x300_impl::setup_mb(const size_t mb_i, const uhd::device_addr_t& dev_addr)
}
return master_clock_rate;
})
- .add_coerced_subscriber(
- [this](const double rate) { this->update_tx_streamers(rate); })
- .add_coerced_subscriber(
- [this](const double rate) { this->update_rx_streamers(rate); })
+ .add_coerced_subscriber([this](const double) { this->update_tx_streamers(); })
+ .add_coerced_subscriber([this](const double) { this->update_rx_streamers(); })
.set(master_clock_rate);
////////////////////////////////////////////////////////////////////