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:
parent
2f758a6a02
commit
5a21d68f70
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user