From 80d8477877dc004f293d0ab1717b8783421d84a0 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 7 Nov 2009 18:56:45 +0000 Subject: Third-party cores seems to sort of work now, but burning bootloaders is probably broken. Need to decide on the format for the boards.txt file. --- core/main.cpp | 14 ++++++++++++++ core/main.cxx | 12 ------------ 2 files changed, 14 insertions(+), 12 deletions(-) create mode 100755 core/main.cpp delete mode 100755 core/main.cxx (limited to 'core') diff --git a/core/main.cpp b/core/main.cpp new file mode 100755 index 0000000..cc6e81d --- /dev/null +++ b/core/main.cpp @@ -0,0 +1,14 @@ +#include + +int main(void) +{ + init(); + + setup(); + + for (;;) + loop(); + + return 0; +} + diff --git a/core/main.cxx b/core/main.cxx deleted file mode 100755 index 52351e4..0000000 --- a/core/main.cxx +++ /dev/null @@ -1,12 +0,0 @@ -int main(void) -{ - init(); - - setup(); - - for (;;) - loop(); - - return 0; -} - -- cgit v1.2.3-18-g5258