From 56e046c3390a15aab4baddb502a490bb4505942a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 14 Oct 2022 22:10:30 +0200 Subject: Rework timestamp_refresh Since we have the 'timestamp in the past' warning refresh requests can be lost --- src/TimestampDecoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TimestampDecoder.cpp') diff --git a/src/TimestampDecoder.cpp b/src/TimestampDecoder.cpp index 3cfa0cc..2133125 100644 --- a/src/TimestampDecoder.cpp +++ b/src/TimestampDecoder.cpp @@ -85,7 +85,7 @@ std::shared_ptr TimestampDecoder::getTimestamp() ts->fct = latestFCT; ts->fp = latestFP; - ts->timestamp_refresh = offset_changed; + ts->offset_changed = offset_changed; offset_changed = false; *ts += timestamp_offset; -- cgit v1.2.3