diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2011-03-01 19:52:13 -0500 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2011-03-01 19:52:13 -0500 |
commit | e009c5c6c61da7dcf2683a75e7b17ea4fb3c6e2d (patch) | |
tree | ab4f2f1eba22a666475dc37480585c372a596946 /cores/arduino/WString.h | |
parent | c8b8b8724cc94cdd9290033d76513c8f816ad862 (diff) |
Renamed WProgram.h to Arduino.h.
Diffstat (limited to 'cores/arduino/WString.h')
-rw-r--r-- | cores/arduino/WString.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/WString.h b/cores/arduino/WString.h index cadddb9..ff671d8 100644 --- a/cores/arduino/WString.h +++ b/cores/arduino/WString.h @@ -20,7 +20,7 @@ #ifndef String_h #define String_h -//#include "WProgram.h" +//#include "Arduino.h" #include <stdlib.h> #include <string.h> #include <ctype.h> |