summaryrefslogtreecommitdiff
path: root/n/es-2006/src/timer_main.h
diff options
context:
space:
mode:
authordufourj2006-05-10 00:10:50 +0000
committerdufourj2006-05-10 00:10:50 +0000
commita4266f564c72cbf02266eebea6989b6cb2cbe7e7 (patch)
treec4ee261deff4b4def4a3e943b72c64fdd5173643 /n/es-2006/src/timer_main.h
parente7fb4f1b6b94fbcbaf56bbd350e4d45c1d7eef39 (diff)
ES (RVB) :
- correction d'un bug dans la machine a états des capteurs RVB ; - fonctionne avec deux capteurs RVB simultanément !
Diffstat (limited to 'n/es-2006/src/timer_main.h')
-rw-r--r--n/es-2006/src/timer_main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/n/es-2006/src/timer_main.h b/n/es-2006/src/timer_main.h
index 458db2e..6a932b7 100644
--- a/n/es-2006/src/timer_main.h
+++ b/n/es-2006/src/timer_main.h
@@ -45,6 +45,7 @@ timer_main_wait (void)
while (!(TIFR & _BV (TOV0)))
;
/* Write 1 to clear. */
+ // XXX Check why there is no |
TIFR = _BV (TOV0);
}