From 1d18cb7897a5e10a96a1ed2c0108e37b736e20cf Mon Sep 17 00:00:00 2001 From: Fredrik Johansson Date: Sat, 14 Feb 2015 19:03:40 +0100 Subject: [PATCH] Forgot to comment out comment in scopeguard --- timers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timers.h b/timers.h index 9ceb8fbf..41d06715 100644 --- a/timers.h +++ b/timers.h @@ -26,4 +26,4 @@ volatile unsigned long targetOverdwellTime; void initialiseTimers(); -#endif TIMERS_H +#endif // TIMERS_H