summaryrefslogtreecommitdiff
path: root/digital
diff options
context:
space:
mode:
authorNicolas Schodet2010-05-13 13:10:12 +0200
committerNicolas Schodet2010-05-13 13:10:12 +0200
commit1701d46af3362c616d1851b17c652977c3cd0b74 (patch)
tree54d9f47fec6141c54adb997ff96efafdfdd65681 /digital
parentaae43af2228f997082a43518a19cb2fb61851207 (diff)
digital/io/src: add margin to chrono
Diffstat (limited to 'digital')
-rw-r--r--digital/io/src/bot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/digital/io/src/bot.h b/digital/io/src/bot.h
index 582f3261..6c455906 100644
--- a/digital/io/src/bot.h
+++ b/digital/io/src/bot.h
@@ -30,9 +30,9 @@
*/
/**
- * Duration of a match in milliseconds.
+ * Duration of a match in milliseconds, with margin.
*/
-#define MATCH_DURATION_MS 90000
+#define MATCH_DURATION_MS (90000 - 2500)
/**
* The scaling factor, millimeter per step.