#ifndef _MAIN_H #define _MAIN_H #define START_TASK_STK_SIZE 1024 #define START_TASK_PRIO (TASK_PRIO_APP_BASE + TASK_PRIO_HIGHER(4)) #endif