Compatibility with Arduino 1.0
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
#ifndef __PRINTF_H__
|
||||
#define __PRINTF_H__
|
||||
|
||||
#include "WProgram.h"
|
||||
|
||||
int serial_putc( char c, FILE * )
|
||||
{
|
||||
Serial.write( c );
|
||||
|
||||
Reference in New Issue
Block a user