diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2011-03-01 20:00:16 -0500 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2011-03-01 20:00:16 -0500 |
commit | 218eb5e80706b53c691da133461830c895e0c8ff (patch) | |
tree | 3158c57f7e0538cbcd6b338cea2acc22b34d8ac6 /cores/arduino/Print.cpp | |
parent | e009c5c6c61da7dcf2683a75e7b17ea4fb3c6e2d (diff) |
Moving wiring.h contents into Arduino.h.
Diffstat (limited to 'cores/arduino/Print.cpp')
-rwxr-xr-x | cores/arduino/Print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/Print.cpp b/cores/arduino/Print.cpp index eb1a8de..62d93a3 100755 --- a/cores/arduino/Print.cpp +++ b/cores/arduino/Print.cpp @@ -23,7 +23,7 @@ #include <stdio.h> #include <string.h> #include <math.h> -#include "wiring.h" +#include "Arduino.h" #include "Print.h" |