From 8d48010edfd3a031045bc510c7bcd651cf30c6f8 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Mon, 24 Oct 2011 16:50:15 -0400 Subject: 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 --- cores/arduino/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cores/arduino/main.cpp') 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 int main(void) -- cgit v1.2.3-18-g5258