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) { #ifdef HAVE_RTC char rtcbuf[8]; - int i; /* We don't need the first byte, but we want the indexes in the buffer to match the data sheet */