#ifndef _TASK_CFG_H_ #define _TASK_CFG_H_ #include "cfg/al_helper.h" #ifdef __cplusplus extern "C" { #endif #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 #ifdef __cplusplus } #endif #endif