aboutsummaryrefslogtreecommitdiff
path: root/apps/template/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/template/app.c')
-rw-r--r--apps/template/app.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/template/app.c b/apps/template/app.c
new file mode 100644
index 0000000..eb85e4e
--- /dev/null
+++ b/apps/template/app.c
@@ -0,0 +1,15 @@
+#include "init.h"
+#include "mux/sched.h"
+#include "mcu/context.h"
+
+void setup() {
+
+}
+
+void task1(char args) {
+
+}
+
+void task2(char args) {
+
+} \ No newline at end of file