From 03cd2aa5d831f69e5c19ee0a2850eeacf3fbc8bf Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Wed, 23 Apr 2008 10:31:06 +0200 Subject: * digital/io/src - correct error in comment. --- digital/io/src/chrono.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digital/io/src/chrono.c b/digital/io/src/chrono.c index 9f162f3c..95384455 100644 --- a/digital/io/src/chrono.c +++ b/digital/io/src/chrono.c @@ -50,7 +50,7 @@ /** * Match is finished. - * This variable will be set to 0 when the match is over. + * This variable will be set to 1 when the match is over. */ static volatile uint8_t chrono_match_over_ = 0; -- cgit v1.2.3