1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00
03Lichtbla76 645ba51eba sys/vtimer: Fix two vtimer issues (hwtimer tick conversion).
vtimer does not handle well the different timers (vtimer <-> hwtimer)
with regard  to their overflows:

* in update_shortterm HWTIMER_TICKS cannot be just applied to next, this will be wrong when next overflows.
* in vtimer_now wrong parentheses mix up vtimer and hwtimer ticks.

Maybe related issues:
* https://github.com/RIOT-OS/RIOT/issues/2435
* https://github.com/RIOT-OS/RIOT/issues/1753
2015-03-02 11:52:00 +01:00
..
2014-09-17 19:54:40 +02:00
2014-09-12 11:50:12 +02:00
2014-10-31 01:24:30 +01:00
2015-02-08 18:52:16 +01:00
2014-12-03 20:18:37 +01:00
2015-02-23 11:24:01 -03:00
2014-10-30 20:16:48 +01:00
2014-08-07 16:31:27 +02:00
2014-12-03 20:42:51 +01:00
2014-08-23 16:16:26 +02:00
2015-02-24 11:50:58 +01:00
2015-02-24 11:50:58 +01:00