1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

replaced printf formatter with generic macro

This commit is contained in:
Oliver Hahm 2013-06-24 14:08:40 +02:00
parent d01fd9a508
commit 167328d4b3

View File

@ -1,6 +1,8 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include <irq.h>
#include <queue.h>
#include <timex.h>
@ -282,7 +284,7 @@ int vtimer_set_msg(vtimer_t *t, timex_t interval, unsigned int pid, void *ptr)
void vtimer_print(vtimer_t *t)
{
printf("Seconds: %u - Microseconds: %u\n \
printf("Seconds: %"PRIu32" - Microseconds: %"PRIu32"\n \
action: %p\n \
action: %p\n \
pid: %u\n",