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/button/button_task.c | |
parent | 1e78222d516089462a7c3d1de23604e81851eec2 (diff) |
Fix warnings, part2
Diffstat (limited to 'app/button/button_task.c')
-rw-r--r-- | app/button/button_task.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/button/button_task.c b/app/button/button_task.c index cc0a73f..7a2b9fc 100644 --- a/app/button/button_task.c +++ b/app/button/button_task.c @@ -225,5 +225,6 @@ void TkeyDebounce ( void ) // ---------------------------------------------------------------------------- void Button_Task ( void *pvParameters ) { + (void)pvParameters; while(1)ProcessFSM_ButtonTask (); } |