diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2008-04-18 18:39:02 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2008-04-18 18:39:02 +0000 |
commit | 75f170a0f42b3b81c8bd67721d00e40c419550d7 (patch) | |
tree | d4ab36bfc34ad06d9a412bf1c5e83a9a66a9a7fc /libraries/Wire | |
parent | 28b81996d3a43317d62ad693902f51eecd9d3a74 (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 'libraries/Wire')
-rw-r--r-- | libraries/Wire/utility/twi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/Wire/utility/twi.c b/libraries/Wire/utility/twi.c index 2235b0b..563b41b 100644 --- a/libraries/Wire/utility/twi.c +++ b/libraries/Wire/utility/twi.c @@ -22,7 +22,6 @@ #include <inttypes.h> #include <avr/io.h> #include <avr/interrupt.h> -#include <avr/signal.h> #include <compat/twi.h> #ifndef cbi |