diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2007-10-06 14:47:50 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2007-10-06 14:47:50 +0000 |
commit | 5f3976696ddf5d02ea7e6f805ce655e1f281e6ed (patch) | |
tree | 547c97780b4a79c5fac43ebcd017ddfb9b73971c /targets/arduino/main.cxx | |
parent | 72e9f39fbde96b484338cbbd785680e5ab4a2e72 (diff) |
Moving hardware/targets to hardware/cores.
Diffstat (limited to 'targets/arduino/main.cxx')
-rwxr-xr-x | targets/arduino/main.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
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; -} - |