#ifndef TASKS_H #define TASKS_H #include #include "SAB.h" boolean task1(void *); boolean task2(void *); boolean task_blink(void *); #endif //TASKS_H