mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +01:00
* added TODO comment
This commit is contained in:
parent
59de680e26
commit
b515c4b957
@ -184,6 +184,7 @@ static int vtimer_set(vtimer_t *timer) {
|
||||
return result;
|
||||
}
|
||||
|
||||
/* TODO: Do NOT return a struct! */
|
||||
timex_t vtimer_now() {
|
||||
timex_t t = timex_set(seconds, hwtimer_now()-longterm_tick_start);
|
||||
return t;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user