summaryrefslogtreecommitdiff
path: root/app/button
diff options
context:
space:
mode:
Diffstat (limited to 'app/button')
-rw-r--r--app/button/button_task.c1
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 ();
}