From f15a7050216e9e2d01b747439826ff806ce48c0b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 5 Apr 2020 13:07:40 -0400 Subject: Resolve compile warnings in modern --- src/task.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/task.c') diff --git a/src/task.c b/src/task.c index fafa7c70d..83800a440 100644 --- a/src/task.c +++ b/src/task.c @@ -201,7 +201,7 @@ u8 GetTaskCount(void) return count; } -void SetWordTaskArg(u8 taskId, u8 dataElem, u32 value) +void SetWordTaskArg(u8 taskId, u8 dataElem, unsigned long value) { if (dataElem <= 14) { -- cgit v1.2.3