From 80d8477877dc004f293d0ab1717b8783421d84a0 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 7 Nov 2009 18:56:45 +0000 Subject: [PATCH] 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.cxx => main.cpp} | 2 ++ 1 file changed, 2 insertions(+) rename core/{main.cxx => main.cpp} (78%) diff --git a/core/main.cxx b/core/main.cpp similarity index 78% rename from core/main.cxx rename to core/main.cpp index 52351e4..cc6e81d 100755 --- a/core/main.cxx +++ b/core/main.cpp @@ -1,3 +1,5 @@ +#include + int main(void) { init();