diff --git a/src/voiture.c b/src/voiture.c index 5614e51..d1a5ab2 100644 --- a/src/voiture.c +++ b/src/voiture.c @@ -45,7 +45,7 @@ dprint(1, 57, "%d", RTC_id); je co if (voiture.essence == 0) { - timer_stop(TIMER_USER); return; + return; }