Björn Lichtblau 2ee6ff0cfd sys/vtimer: Fix longterm_tick_timer handling.
Before, the longterm_tick_timer had special handling in update_shortterm.
This approach was bad because the longterm_tick_timer's shooting microseconds time
had different semantics like the rest and thus it could end up in a blocking
position in the priority queue at some point in time, although it should
get executed at another point in time.

Made the longterm_tick_timer handling / meaning of its microseconds the same
as the other timers and also removed seconds, because it is now the same
as longertm_tick_timer.absolute.seconds.

See also https://github.com/RIOT-OS/RIOT/pull/2515
2015-03-04 13:52:19 +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