mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 10:08:53 +00:00
492bd39619
Previously we used a pretty slow external clock source for the timer. This resulted in such a low TICS_PER_MS value that the granularity wasn't sufficient to find a setup with a precision better than 1 second error per minute. Now we use the so-called High Frequency Reference Clock as input with TICS_PER_MS=33333 and the timer precision is significantly < 1 second per minute. Fixes #1805 |
||
---|---|---|
.. | ||
timer_base.h |