diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2010-07-04 23:22:34 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2010-07-04 23:22:34 +0000 |
commit | 2c32369685d38f7367328d470571dd2f9a1104c7 (patch) | |
tree | 9ad168b426edf2c33b349ad28722235e493caa08 /cores/arduino/HardwareSerial.cpp | |
parent | 50bfce889e07711450adace72d5eed785d71ee2e (diff) |
Adding support for printing Strings to the Print class.
Diffstat (limited to 'cores/arduino/HardwareSerial.cpp')
-rwxr-xr-x | cores/arduino/HardwareSerial.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cores/arduino/HardwareSerial.cpp b/cores/arduino/HardwareSerial.cpp index 712a4c7..638b6d1 100755 --- a/cores/arduino/HardwareSerial.cpp +++ b/cores/arduino/HardwareSerial.cpp @@ -19,6 +19,7 @@ Modified 23 November 2006 by David A. Mellis */ +#include <stdlib.h> #include <stdio.h> #include <string.h> #include <inttypes.h> |