From 72e9f39fbde96b484338cbbd785680e5ab4a2e72 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 6 Oct 2007 14:09:02 +0000 Subject: Renaming core to targets. --- targets/arduino/main.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 targets/arduino/main.cxx (limited to 'targets/arduino/main.cxx') diff --git a/targets/arduino/main.cxx b/targets/arduino/main.cxx new file mode 100755 index 0000000..52351e4 --- /dev/null +++ b/targets/arduino/main.cxx @@ -0,0 +1,12 @@ +int main(void) +{ + init(); + + setup(); + + for (;;) + loop(); + + return 0; +} + -- cgit v1.2.3-18-g5258