Go to the documentation of this file.00001
00011 #ifndef __TASK_CST_H__
00012 #define __TASK_CST_H__
00013
00018 #define USER_STACK_LENGTH 512
00019
00024 #define UTSK_REGS_LEN (15 * 4)
00025
00030 #define TSK_PEND_FOREVER -1
00031
00032
00033 #endif