aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/main.cxx
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2009-11-07 17:05:21 +0000
committerDavid A. Mellis <d.mellis@arduino.cc>2009-11-07 17:05:21 +0000
commit584dece7b0c982de8731f7400c94b5034aef89e7 (patch)
treef2d254ac1200e0517fc707d281c48669bec06f59 /cores/arduino/main.cxx
parent7d31607442b61b57e9cc794e7f15d6322553e3f0 (diff)
Moving things around.
Diffstat (limited to 'cores/arduino/main.cxx')
-rwxr-xr-xcores/arduino/main.cxx12
1 files changed, 0 insertions, 12 deletions
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;
-}
-