Go to the documentation of this file.00001
00037 #ifndef CFG_RTASK_H
00038 #define CFG_RTASK_H
00039
00045 #define CONFIG_RTASK_POOL_SIZE 8
00046
00052 #define CONFIG_RTASK_STACK KERN_MINSTACKSIZE
00053
00060 #define RTASK_LOG_LEVEL LOG_LVL_ERR
00061
00068 #define RTASK_LOG_FORMAT LOG_FMT_VERBOSE
00069
00070 #endif