-
- Downloads
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
Please register or sign in to comment