aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/window_block_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc/window_block_control.cpp')
-rw-r--r--host/lib/rfnoc/window_block_control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/rfnoc/window_block_control.cpp b/host/lib/rfnoc/window_block_control.cpp
index 5d3201838..9acb963d0 100644
--- a/host/lib/rfnoc/window_block_control.cpp
+++ b/host/lib/rfnoc/window_block_control.cpp
@@ -111,7 +111,7 @@ private:
std::transform(_coeffs.at(chan).begin(),
_coeffs.at(chan).end() - 1,
coeffs_minus_last.begin(),
- [this](int16_t value) -> uint32_t { return static_cast<uint32_t>(value); });
+ [](int16_t value) -> uint32_t { return static_cast<uint32_t>(value); });
_window_reg_iface.multi_poke32(coeffs_addr, coeffs_minus_last, chan);
// ...and the final coefficient (num_coeffs-1)