From 2034b84845ab5fc7f2f58b66588c101815b99de4 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 26 May 2010 21:32:02 +0200 Subject: [PATCH] Print 60 time interval --- src/robofsm/match-timing.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/robofsm/match-timing.c b/src/robofsm/match-timing.c index fc800c38..1ddc8030 100644 --- a/src/robofsm/match-timing.c +++ b/src/robofsm/match-timing.c @@ -40,6 +40,7 @@ void *timing_thread(void *arg) // printf("Back switch not ignored\n"); WAIT(TIME_TO_DEPOSITE); + printf("%d seconds timer exceeded!\n", TIME_TO_DEPOSITE); robot.short_time_to_end = true; WAIT(COMPETITION_TIME); -- 2.39.2