diff --git a/examples/led_remote/printf.h b/examples/led_remote/printf.h index 63501e4..df6c46a 100644 --- a/examples/led_remote/printf.h +++ b/examples/led_remote/printf.h @@ -18,7 +18,7 @@ #include "WProgram.h" -int serial_putc( char c, FILE *t ) +int serial_putc( char c, FILE * ) { Serial.write( c );