diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/src/Core/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/src/Core/main.c b/src/common/src/Core/main.c index 481e686..80e6ce9 100644 --- a/src/common/src/Core/main.c +++ b/src/common/src/Core/main.c @@ -364,7 +364,7 @@ static void gps_monit_task(void __attribute__ ((unused))*pvParameters) { while (1) { - struct tm time; + struct tm time = {0}; int time_valid = local_time(&time); int derived_mode = 0; |