From 6c17623845a0d42285d77bdd8bbf177badf5b9f6 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 24 Jan 2011 06:20:27 +0100 Subject: Shuffled a few configuration items around, and added a barebone demo source code. --- demo.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 demo.c (limited to 'demo.c') diff --git a/demo.c b/demo.c new file mode 100644 index 0000000..7f2a174 --- /dev/null +++ b/demo.c @@ -0,0 +1,6 @@ +#include +#include + +int main() { + vTaskStartScheduler(); +} -- cgit v1.2.3