summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/stmpe11.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/input/stmpe11.h')
-rw-r--r--nuttx/drivers/input/stmpe11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/input/stmpe11.h b/nuttx/drivers/input/stmpe11.h
index 9ca31e52a..5a93f9463 100644
--- a/nuttx/drivers/input/stmpe11.h
+++ b/nuttx/drivers/input/stmpe11.h
@@ -216,7 +216,7 @@ uint16_t stmpe11_getreg16(FAR struct stmpe11_dev_s *priv, uint8_t regaddr);
********************************************************************************************/
#ifndef CONFIG_STMPE11_TSC_DISABLE
-void stmpe11_tscworker(FAR struct stmpe11_dev_s *priv) weak_function;
+void stmpe11_tscworker(FAR struct stmpe11_dev_s *priv, uint8_t intsta) weak_function;
#endif
/********************************************************************************************