From 2f4ef73dbafd14095fcb92cf5afeb598e453084c Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 5 Mar 2023 21:51:51 +0300 Subject: Fix warnings, part2 --- app/button/button_task.c | 1 + 1 file changed, 1 insertion(+) (limited to 'app/button/button_task.c') 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 (); } -- cgit v1.2.3