summaryrefslogtreecommitdiffhomepage
path: root/digital
diff options
context:
space:
mode:
authorJérémy Dufour2008-04-23 10:31:06 +0200
committerJérémy Dufour2008-04-23 10:31:06 +0200
commit03cd2aa5d831f69e5c19ee0a2850eeacf3fbc8bf (patch)
treeea4303dbd12d954b9f4e89cff0688c87aa136049 /digital
parent331037945d5e0146868a82707e7cc9e14942e58f (diff)
* digital/io/src
- correct error in comment.
Diffstat (limited to 'digital')
-rw-r--r--digital/io/src/chrono.c2
1 files changed, 1 insertions, 1 deletions
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;