1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

fix debug output

This commit is contained in:
Christian Mehlis 2013-11-21 21:35:25 +01:00
parent 6ad5b4fb80
commit ffdeb41b4d

View File

@ -304,7 +304,7 @@ void vtimer_print(vtimer_t *t)
{
printf("Seconds: %"PRIu32" - Microseconds: %"PRIu32"\n \
action: %p\n \
action: %p\n \
arg: %p\n \
pid: %u\n",
t->absolute.seconds, t->absolute.microseconds,
t->action,