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/HardwareSerial.cpp | |
parent | e009c5c6c61da7dcf2683a75e7b17ea4fb3c6e2d (diff) |
Moving wiring.h contents into Arduino.h.
Diffstat (limited to 'cores/arduino/HardwareSerial.cpp')
-rw-r--r-- | cores/arduino/HardwareSerial.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/HardwareSerial.cpp b/cores/arduino/HardwareSerial.cpp index 4397efb..7cea350 100644 --- a/cores/arduino/HardwareSerial.cpp +++ b/cores/arduino/HardwareSerial.cpp @@ -24,7 +24,7 @@ #include <stdio.h> #include <string.h> #include <inttypes.h> -#include "wiring.h" +#include "Arduino.h" #include "wiring_private.h" // this next line disables the entire HardwareSerial.cpp, |