From 75f170a0f42b3b81c8bd67721d00e40c419550d7 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Fri, 18 Apr 2008 18:39:02 +0000 Subject: Factored out print() and println() from HardwareSerial to a base class for sharing with other things (e.g. LiquidCrystal library), eliminating #include's of avr/signal.h (deprecated). Upping version number and modifying to do list. --- cores/arduino/wiring_private.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cores/arduino/wiring_private.h') diff --git a/cores/arduino/wiring_private.h b/cores/arduino/wiring_private.h index affccd8..b30c1f0 100755 --- a/cores/arduino/wiring_private.h +++ b/cores/arduino/wiring_private.h @@ -27,7 +27,6 @@ #include #include -#include #include #include #include -- cgit v1.2.3-18-g5258