aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/main.cpp
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2011-03-03 23:54:33 -0500
committerDavid A. Mellis <d.mellis@arduino.cc>2011-03-03 23:54:33 -0500
commit6cd58c57dbf8b52d94b4fda3cb565856530b377d (patch)
tree9b6542b5cdefc46fe71352a8ff5107e360dcca2b /cores/arduino/main.cpp
parentb0ab2bc48bd3edd3b42d3a52f0995f220f77f814 (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-xcores/arduino/main.cpp1
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)