aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorSteven Koo <steven.koo@ni.com>2022-04-11 17:19:31 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2022-04-12 13:30:20 -0700
commit0a561c6c3f42adeee82dffa5c0fc050e8dad1667 (patch)
tree5b1a2e7b498ecd19416e6d904a38ae606391c506 /host
parent2fe15b403165406c8f73ad52777477bc98628d85 (diff)
downloaduhd-0a561c6c3f42adeee82dffa5c0fc050e8dad1667.tar.gz
uhd-0a561c6c3f42adeee82dffa5c0fc050e8dad1667.tar.bz2
uhd-0a561c6c3f42adeee82dffa5c0fc050e8dad1667.zip
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 <steven.koo@ni.com>
Diffstat (limited to 'host')
-rw-r--r--host/lib/usrp/multi_usrp_rfnoc.cpp2
1 files changed, 1 insertions, 1 deletions
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);