summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;