aboutsummaryrefslogtreecommitdiff
path: root/core/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/main.cpp')
-rwxr-xr-xcore/main.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/core/main.cpp b/core/main.cpp
deleted file mode 100755
index cc6e81d..0000000
--- a/core/main.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <WProgram.h>
-
-int main(void)
-{
- init();
-
- setup();
-
- for (;;)
- loop();
-
- return 0;
-}
-