diff options
author | Oxore <oxore@protonmail.com> | 2023-03-05 21:51:51 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-05 21:51:51 +0300 |
commit | 2f4ef73dbafd14095fcb92cf5afeb598e453084c (patch) | |
tree | afa5011dedafcf52575a0457fef5ddc006d9f01e /app/head_task | |
parent | 1e78222d516089462a7c3d1de23604e81851eec2 (diff) |
Fix warnings, part2
Diffstat (limited to 'app/head_task')
-rw-r--r-- | app/head_task/head_task.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/head_task/head_task.c b/app/head_task/head_task.c index 4d2b2b6..a01166a 100644 --- a/app/head_task/head_task.c +++ b/app/head_task/head_task.c @@ -364,5 +364,6 @@ static void ChangeValue ( uint8_t increase, uint8_t *data, uint8_t limit ) // ---------------------------------------------------------------------------- void Head_Task ( void *pvParameters ) { + (void)pvParameters; while(1)ProcessFSM_Head (); } |