diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2009-11-07 17:05:21 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2009-11-07 17:05:21 +0000 |
commit | 584dece7b0c982de8731f7400c94b5034aef89e7 (patch) | |
tree | f2d254ac1200e0517fc707d281c48669bec06f59 /cores/arduino/main.cxx | |
parent | 7d31607442b61b57e9cc794e7f15d6322553e3f0 (diff) |
Moving things around.
Diffstat (limited to 'cores/arduino/main.cxx')
-rwxr-xr-x | cores/arduino/main.cxx | 12 |
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; -} - |