From 82ee6da6dd863cf8a92ed3cbebae9c495c9758c4 Mon Sep 17 00:00:00 2001 From: al3xa23 <140614263+al3xa23@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:53:16 +0100 Subject: [PATCH] fix: add receive ts Signed-off-by: al3xa23 <140614263+al3xa23@users.noreply.github.com> --- lib/nodes/test_rtt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/nodes/test_rtt.cpp b/lib/nodes/test_rtt.cpp index 2ba494a00..8d54fd005 100644 --- a/lib/nodes/test_rtt.cpp +++ b/lib/nodes/test_rtt.cpp @@ -471,6 +471,7 @@ int TestRTT::_write(struct Sample *smps[], unsigned cnt) { continue; } + smp->ts.received = time.now(); formatter->print(stream, smps[i]); current->received++; }