主循环执行定时任务

This commit is contained in:
zogodo
2019-12-25 18:08:26 +08:00
parent 16f3ed0fe4
commit 68450b5bfe
2 changed files with 11 additions and 1 deletions

View File

@@ -13,5 +13,6 @@ struct TimedTask
extern pTimedTask task_top;
bool AddTask(pTimedTask task);
bool DelTask();
bool DelTask(int time);
bool DelFirstTask();
char* GetTaskStr();