Commit 14dcc343 authored by maniacbug's avatar maniacbug

Fixed unused parameter warning

parent 6e6264be
......@@ -18,7 +18,7 @@
#include "WProgram.h"
int serial_putc( char c, FILE *t )
int serial_putc( char c, FILE * )
{
Serial.write( c );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment