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/WString.h | |
parent | 50bfce889e07711450adace72d5eed785d71ee2e (diff) |
Adding support for printing Strings to the Print class.
Diffstat (limited to 'cores/arduino/WString.h')
-rw-r--r-- | cores/arduino/WString.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cores/arduino/WString.h b/cores/arduino/WString.h index 205c1f0..531c6b8 100644 --- a/cores/arduino/WString.h +++ b/cores/arduino/WString.h @@ -20,7 +20,8 @@ #ifndef String_h #define String_h -#include "WProgram.h" +//#include "WProgram.h" +#include <stdlib.h> #include <string.h> #include <ctype.h> |