From 5f3976696ddf5d02ea7e6f805ce655e1f281e6ed Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 6 Oct 2007 14:47:50 +0000 Subject: Moving hardware/targets to hardware/cores. --- targets/arduino/main.cxx | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 targets/arduino/main.cxx (limited to 'targets/arduino/main.cxx') diff --git a/targets/arduino/main.cxx b/targets/arduino/main.cxx deleted file mode 100755 index 52351e4..0000000 --- a/targets/arduino/main.cxx +++ /dev/null @@ -1,12 +0,0 @@ -int main(void) -{ - init(); - - setup(); - - for (;;) - loop(); - - return 0; -} - -- cgit v1.2.3-18-g5258