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. --- cores/arduino/main.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 cores/arduino/main.cxx (limited to 'cores/arduino/main.cxx') diff --git a/cores/arduino/main.cxx b/cores/arduino/main.cxx new file mode 100755 index 0000000..52351e4 --- /dev/null +++ b/cores/arduino/main.cxx @@ -0,0 +1,12 @@ +int main(void) +{ + init(); + + setup(); + + for (;;) + loop(); + + return 0; +} + -- cgit v1.2.3-18-g5258