From 1f55a10d544779e2cd675b9fb60642eeeeedcf2c Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 2 May 2008 12:45:45 +0200 Subject: * digital/io/src: - fixed chrono value. --- 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 4c3234fb..8a719860 100644 --- a/digital/io/src/chrono.c +++ b/digital/io/src/chrono.c @@ -39,7 +39,7 @@ /** * Number of overflow of the timer/counter 1 before doing the last one. */ -#define CHRONO_OVERFLOW_MAX 78 +#define CHRONO_OVERFLOW_MAX 79 /** * Number of TIC to restart from for the last overflow. -- cgit v1.2.3