1
0
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:
Oleg Hahm 2013-06-07 17:22:22 +02:00
parent 59de680e26
commit b515c4b957

View File

@ -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;