temp save
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#define MAX_TIMER_NUM (128) // max timer number
|
||||
#define TIMER_MAX_WATCH_NUM (32) // A timer max watch number at once time
|
||||
#define MAX_NAME_LEN (15) // max name length
|
||||
#define MAX_NAME_LEN (127) // max name length
|
||||
|
||||
typedef struct {
|
||||
pid_t task_id; // current process id
|
||||
|
||||
Reference in New Issue
Block a user