diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-05 13:07:40 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-05 13:07:40 -0400 |
commit | f15a7050216e9e2d01b747439826ff806ce48c0b (patch) | |
tree | bd06cb2a79c66a84598f167c7bcd419a213ded45 /include/task.h | |
parent | 585a1170c95bc3891eca825c125bf30f600b60cf (diff) |
Resolve compile warnings in modern
Diffstat (limited to 'include/task.h')
-rw-r--r-- | include/task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/task.h b/include/task.h index 0d605b04d..fd7f5a4e1 100644 --- a/include/task.h +++ b/include/task.h @@ -33,7 +33,7 @@ void SwitchTaskToFollowupFunc(u8 taskId); bool8 FuncIsActiveTask(TaskFunc func); u8 FindTaskIdByFunc(TaskFunc func); u8 GetTaskCount(void); -void SetWordTaskArg(u8 taskId, u8 dataElem, u32 value); +void SetWordTaskArg(u8 taskId, u8 dataElem, unsigned long value); u32 GetWordTaskArg(u8 taskId, u8 dataElem); #endif // GUARD_TASK_H |