diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-08 06:18:58 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-08 06:18:58 +0800 |
commit | 122f1395823cfa3dfd96842c61411ad29700f8de (patch) | |
tree | 4394601f49f220e3c32d9879a3c26284c9c92771 /include/task.h | |
parent | 0e8a731cb815505601241a2c4ef9ca9df55640c6 (diff) |
fixed multiple issue
Diffstat (limited to 'include/task.h')
-rw-r--r-- | include/task.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/task.h b/include/task.h index cd3deb544..834bb5655 100644 --- a/include/task.h +++ b/include/task.h @@ -4,6 +4,7 @@ #include "global.h" #define NUM_TASKS 16 +#define TASK_NONE 0xFF typedef void (*TaskFunc)(u8 taskId); |