1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/vtimer
René Kijewski 2231a315d4 vtimer: fix callback usage
There is no need to test the "handler" set in the vtimer struct, and
have some code executed then. We just can make the code to execute the
handler. To lengthy `if else if`, just a call.
2014-06-03 21:07:59 +02:00
..
Makefile remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
vtimer.c vtimer: fix callback usage 2014-06-03 21:07:59 +02:00