From 584dece7b0c982de8731f7400c94b5034aef89e7 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 7 Nov 2009 17:05:21 +0000 Subject: Moving things around. --- cores/arduino/main.cxx | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 cores/arduino/main.cxx (limited to 'cores/arduino/main.cxx') diff --git a/cores/arduino/main.cxx b/cores/arduino/main.cxx deleted file mode 100755 index 52351e4..0000000 --- a/cores/arduino/main.cxx +++ /dev/null @@ -1,12 +0,0 @@ -int main(void) -{ - init(); - - setup(); - - for (;;) - loop(); - - return 0; -} - -- cgit v1.2.3-18-g5258