summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/mxt.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/input/mxt.c')
-rw-r--r--nuttx/drivers/input/mxt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/drivers/input/mxt.c b/nuttx/drivers/input/mxt.c
index 318d1c0b5..ca28f936e 100644
--- a/nuttx/drivers/input/mxt.c
+++ b/nuttx/drivers/input/mxt.c
@@ -750,6 +750,8 @@ static void mxt_button_event(FAR struct mxt_dev_s *priv,
button = (msg->body[0] & mask) == 0;
/* Now what? */
+
+ UNUSED(button);
}
}
}