aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/common/src/Core/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/src/Core/common.c b/src/common/src/Core/common.c
index 710a53f..2790f15 100644
--- a/src/common/src/Core/common.c
+++ b/src/common/src/Core/common.c
@@ -145,7 +145,7 @@ int local_time(struct tm *time) {
}
#ifdef SIMULATOR
- time->tm_year -= 1900; //TODO Same on hardware ?
+ time->tm_year -= 1900;
#endif
// Let mktime fix the struct tm *time