7 lines
188 B
C
7 lines
188 B
C
#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 |