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++; }