UP
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#ifndef TASK_H
|
||||
#define TASK_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include "stdint.h"
|
||||
|
||||
#define true 0
|
||||
@@ -56,5 +59,7 @@ TaskStatus_t TaskSetTime(Task_t *task, TaskTime_t time);
|
||||
|
||||
//任务调度
|
||||
TaskStatus_t TaskRun(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif //TASK_H
|
||||
|
Reference in New Issue
Block a user