From de8efcf6daf1d12185f3db97249a5d4a3903d3d5 Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Sat, 16 May 2009 21:03:06 +0200 Subject: * digital/io/src: - enhance comment. --- digital/io/src/switch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3