From 0a561c6c3f42adeee82dffa5c0fc050e8dad1667 Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Mon, 11 Apr 2022 17:19:31 -0500 Subject: multi_usrp_rfnoc: Set assignment instead of equality This resolves a typo intoduced by multi_usrp_rfnoc: Add TX buffering using Replay Signed-off-by: Steven Koo --- host/lib/usrp/multi_usrp_rfnoc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/lib/usrp/multi_usrp_rfnoc.cpp b/host/lib/usrp/multi_usrp_rfnoc.cpp index 270e86ca4..398b8b22e 100644 --- a/host/lib/usrp/multi_usrp_rfnoc.cpp +++ b/host/lib/usrp/multi_usrp_rfnoc.cpp @@ -1718,7 +1718,7 @@ public: // Get the next Replay port replay_port++; } else { - tx_chan.replay.ctrl == nullptr; + tx_chan.replay.ctrl = nullptr; } new_chans.push_back(tx_chan); -- cgit v1.2.3