diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2011-03-03 23:54:33 -0500 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2011-03-03 23:54:33 -0500 |
commit | 6cd58c57dbf8b52d94b4fda3cb565856530b377d (patch) | |
tree | 9b6542b5cdefc46fe71352a8ff5107e360dcca2b /cores/arduino/main.cpp | |
parent | b0ab2bc48bd3edd3b42d3a52f0995f220f77f814 (diff) |
Moving all pin definitions into pins_arduino.h.
This is a step towards providing portability across AVR's by simply including an appropriate header file.
Diffstat (limited to 'cores/arduino/main.cpp')
-rwxr-xr-x | cores/arduino/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cores/arduino/main.cpp b/cores/arduino/main.cpp index a806ebc..3c46f1e 100755 --- a/cores/arduino/main.cpp +++ b/cores/arduino/main.cpp @@ -1,3 +1,4 @@ +#define ARDUINO_MAIN #include <Arduino.h> int main(void) |