aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/chdr_packet_writer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc/chdr_packet_writer.cpp')
-rw-r--r--host/lib/rfnoc/chdr_packet_writer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/rfnoc/chdr_packet_writer.cpp b/host/lib/rfnoc/chdr_packet_writer.cpp
index 95bf5c5d2..830b66a8d 100644
--- a/host/lib/rfnoc/chdr_packet_writer.cpp
+++ b/host/lib/rfnoc/chdr_packet_writer.cpp
@@ -66,7 +66,7 @@ public:
chdr_header get_chdr_header() const override
{
assert(_pkt_buff);
- return std::move(chdr_header(u64_to_host(_pkt_buff[0])));
+ return chdr_header(u64_to_host(_pkt_buff[0]));
}
boost::optional<uint64_t> get_timestamp() const override