nes-proj/drivers/cpu/arm/at91sam7s/uip-log.c

7 lines
76 B
C
Raw Normal View History

2009-07-11 14:22:45 +00:00
#include <stdio.h>
void uip_log(char *msg)
{
printf("uip: %s\n", msg);
}