summaryrefslogtreecommitdiffhomepage
path: root/digital
diff options
context:
space:
mode:
authorJérémy Dufour2009-05-16 21:03:06 +0200
committerJérémy Dufour2009-05-16 21:03:06 +0200
commitde8efcf6daf1d12185f3db97249a5d4a3903d3d5 (patch)
treeea329ed917669f3b656cabf67b25b3dde95f0d73 /digital
parentdaea2aef89302a05930f076f2e3890ea2a208b29 (diff)
* digital/io/src:
- enhance comment.
Diffstat (limited to 'digital')
-rw-r--r--digital/io/src/switch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/io/src/switch.h b/digital/io/src/switch.h
index 467a3b24..2a2a28c4 100644
--- a/digital/io/src/switch.h
+++ b/digital/io/src/switch.h
@@ -59,7 +59,7 @@ switch_get_color (void);
* Get the filtered value of the jack.
* In comparison with the \a switch_get_jack_raw, this function ensure you the
* state of the jack is the same during a defined period of time.
- * @return the filtered state of the jack.
+ * @return the filtered state of the jack (0 if the jack is present)
*/
uint8_t
switch_get_jack (void);