summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/sharp.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/src/sharp.h')
-rw-r--r--digital/io/src/sharp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/digital/io/src/sharp.h b/digital/io/src/sharp.h
index 2a4f1c5d..4b0eb1de 100644
--- a/digital/io/src/sharp.h
+++ b/digital/io/src/sharp.h
@@ -89,9 +89,8 @@ void sharp_init (void);
* Update read data from sharps.
* This function is blocking. To get the value you have to use the get
* function (@a sharp_get_raw).
- * @param sharp_mask list of sharps (using a mask) to update.
*/
-void sharp_update (uint8_t sharp_mask);
+void sharp_update (void);
/**
* Get raw cached data from sharps.