From a4266f564c72cbf02266eebea6989b6cb2cbe7e7 Mon Sep 17 00:00:00 2001 From: dufourj Date: Wed, 10 May 2006 00:10:50 +0000 Subject: ES (RVB) : - correction d'un bug dans la machine a états des capteurs RVB ; - fonctionne avec deux capteurs RVB simultanément ! --- n/es-2006/src/timer_main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'n/es-2006/src/timer_main.h') 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); } -- cgit v1.2.3