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/wiring_private.h | |
parent | e009c5c6c61da7dcf2683a75e7b17ea4fb3c6e2d (diff) |
Moving wiring.h contents into Arduino.h.
Diffstat (limited to 'cores/arduino/wiring_private.h')
-rwxr-xr-x | cores/arduino/wiring_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/wiring_private.h b/cores/arduino/wiring_private.h index 11f6f00..74c0d06 100755 --- a/cores/arduino/wiring_private.h +++ b/cores/arduino/wiring_private.h @@ -31,7 +31,7 @@ #include <stdio.h> #include <stdarg.h> -#include "wiring.h" +#include "Arduino.h" #ifdef __cplusplus extern "C"{ |