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.cpp | |
parent | c8b8b8724cc94cdd9290033d76513c8f816ad862 (diff) |
Renamed WProgram.h to Arduino.h.
Diffstat (limited to 'cores/arduino/WString.cpp')
-rw-r--r-- | cores/arduino/WString.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/WString.cpp b/cores/arduino/WString.cpp index db5a441..5899798 100644 --- a/cores/arduino/WString.cpp +++ b/cores/arduino/WString.cpp @@ -18,7 +18,7 @@ */ #include <stdlib.h> -#include "WProgram.h" +#include "Arduino.h" #include "WString.h" |