From 66dcf910bd4744d8ced56cb9586aa937a1a2d4c5 Mon Sep 17 00:00:00 2001 From: vg Date: Tue, 7 Jul 2020 16:24:01 +0200 Subject: first commit --- test/ardmake/hardware/cores/arduino/main.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/ardmake/hardware/cores/arduino/main.cxx (limited to 'test/ardmake/hardware/cores/arduino/main.cxx') diff --git a/test/ardmake/hardware/cores/arduino/main.cxx b/test/ardmake/hardware/cores/arduino/main.cxx new file mode 100644 index 0000000..52351e4 --- /dev/null +++ b/test/ardmake/hardware/cores/arduino/main.cxx @@ -0,0 +1,12 @@ +int main(void) +{ + init(); + + setup(); + + for (;;) + loop(); + + return 0; +} + -- cgit v1.2.3