47 #ifndef TASK_CONFIG_H_ 48 #define TASK_CONFIG_H_ 53 #ifndef TASK_CONFIG_OT_TASK_PRIORITY 54 #define TASK_CONFIG_OT_TASK_PRIORITY 1 64 #ifndef TASK_CONFIG_OT_TASK_STACK_SIZE 65 #define TASK_CONFIG_OT_TASK_STACK_SIZE 4096 71 #ifndef TASK_CONFIG_EMPTY_TASK_PRIORITY 72 #define TASK_CONFIG_EMPTY_TASK_PRIORITY 2 78 #ifndef TASK_CONFIG_EMPTY_TASK_STACK_SIZE 79 #define TASK_CONFIG_EMPTY_TASK_STACK_SIZE 1096 void empty_taskCreate(void)
Definition: CC1352P_2_LAUNCHXL/thread/empty_ftd/empty.c:447
void OtStack_taskCreate(void)
Definition: CC1352P_2_LAUNCHXL/thread/cli_ftd/otstack.c:293