aboutsummaryrefslogtreecommitdiff
path: root/cores/robot/main.cpp
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2013-08-22 16:29:49 +0200
committerCristian Maglie <c.maglie@bug.st>2013-08-22 16:29:49 +0200
commit6a1c3303d6d94330a7871361638043de946c2411 (patch)
tree4d39bc5774c4ce98177dc1cc4a2bffaeb9470313 /cores/robot/main.cpp
parentb3348a6706dd3b3306e074fbcef6a7ce673e5db6 (diff)
Merged robot core
Diffstat (limited to 'cores/robot/main.cpp')
-rw-r--r--cores/robot/main.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/cores/robot/main.cpp b/cores/robot/main.cpp
deleted file mode 100644
index 3d4e079..0000000
--- a/cores/robot/main.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-#include <Arduino.h>
-
-int main(void)
-{
- init();
-
-#if defined(USBCON)
- USBDevice.attach();
-#endif
-
- setup();
-
- for (;;) {
- loop();
- if (serialEventRun) serialEventRun();
- }
-
- return 0;
-}
-