diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2011-10-24 16:50:15 -0400 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2011-10-24 16:50:15 -0400 |
commit | 8d48010edfd3a031045bc510c7bcd651cf30c6f8 (patch) | |
tree | d233031e6d839749c8e0fcf9fb202749b065dcfd /cores/arduino/main.cpp | |
parent | 85d70c4314bc38b736b6d88adcec6dadf43a0dba (diff) |
Moving ARDUINO_MAIN from main.cpp to wiring_digital.c and hiding PA, PB, etc.
http://code.google.com/p/arduino/issues/detail?id=677
http://code.google.com/p/arduino/issues/detail?id=691
Diffstat (limited to 'cores/arduino/main.cpp')
-rwxr-xr-x | cores/arduino/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cores/arduino/main.cpp b/cores/arduino/main.cpp index 0ef5256..34450f4 100755 --- a/cores/arduino/main.cpp +++ b/cores/arduino/main.cpp @@ -1,4 +1,3 @@ -#define ARDUINO_MAIN #include <Arduino.h> int main(void) |