diff options
| -rw-r--r-- | firmware/common/timefuncs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/common/timefuncs.c b/firmware/common/timefuncs.c index 86f76e5..6b97938 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 */ |