On Wed, Feb 22, 2023 at 10:52:49AM +0100, Jeanette C. wrote:
This is very strange:
miss_time = now - wakeup;
wakeup = now + (delta - miss_time);
Which just means:
wakeup += delta;
So it's not wrong, just confusing by suggesting this
somehow compensates for the previous tick being late.
It doesn't, nor should that be done.
--
FA