#ifndef _TASK_CFG_H_ #define _TASK_CFG_H_ #include "task.h" #define TASK_LAST_NUM 10 #define TASK_NAME_LEN 16 #define MAX_TIMER 5 // the number of timer can be used #define TICK_PER_S 1000 //1S中打点1000次 #define DATA_DUMMY 0xFF #endif