Moved completely over to jam. bye bye make\!

This commit is contained in:
maniacbug
2011-06-27 21:22:39 -07:00
parent ce881ba0dc
commit e7c30f265f
18 changed files with 1036 additions and 1812 deletions

View File

@@ -18,7 +18,7 @@
#include "WProgram.h"
int serial_putc( char c, FILE *t )
int serial_putc( char c, FILE * )
{
Serial.write( c );