mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
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