summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/common/timefuncs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/common/timefuncs.c b/firmware/common/timefuncs.c
index 86f76e5173..6b979389d5 100644
--- a/firmware/common/timefuncs.c
+++ b/firmware/common/timefuncs.c
@@ -29,7 +29,6 @@ struct tm *get_time(void)
29{ 29{
30#ifdef HAVE_RTC 30#ifdef HAVE_RTC
31 char rtcbuf[8]; 31 char rtcbuf[8];
32 int i;
33 32
34 /* We don't need the first byte, but we want the indexes in the 33 /* We don't need the first byte, but we want the indexes in the
35 buffer to match the data sheet */ 34 buffer to match the data sheet */