aboutsummaryrefslogtreecommitdiff
path: root/apps/template/app.c
blob: eb85e4e897fd437d41ece2d9c72876a43f848593 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "init.h"
#include "mux/sched.h"
#include "mcu/context.h"

void setup() {

}

void task1(char args) {

}

void task2(char args) {

}