1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

tests: vtimer_msg: get back vtimer_set_msg call

This commit is contained in:
Kaspar Schleiser 2015-04-24 14:29:44 +02:00
parent 2f758a6a02
commit 5a21d68f70

View File

@ -63,6 +63,8 @@ void *timer_thread(void *arg)
tmsg->interval.seconds,
tmsg->interval.microseconds,
tmsg->msg);
vtimer_set_msg(&tmsg->timer, tmsg->interval, thread_getpid(), MSG_TIMER, tmsg);
}
}