aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/WInterrupts.c
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2008-04-18 18:39:02 +0000
committerDavid A. Mellis <d.mellis@arduino.cc>2008-04-18 18:39:02 +0000
commit75f170a0f42b3b81c8bd67721d00e40c419550d7 (patch)
treed4ab36bfc34ad06d9a412bf1c5e83a9a66a9a7fc /cores/arduino/WInterrupts.c
parent28b81996d3a43317d62ad693902f51eecd9d3a74 (diff)
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.
Diffstat (limited to 'cores/arduino/WInterrupts.c')
-rwxr-xr-xcores/arduino/WInterrupts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cores/arduino/WInterrupts.c b/cores/arduino/WInterrupts.c
index 38992ee..21ebe62 100755
--- a/cores/arduino/WInterrupts.c
+++ b/cores/arduino/WInterrupts.c
@@ -26,7 +26,6 @@
#include <inttypes.h>
#include <avr/io.h>
#include <avr/interrupt.h>
-#include <avr/signal.h>
#include <avr/pgmspace.h>
#include <stdio.h>