summaryrefslogtreecommitdiff
path: root/firmware/common/timefuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common/timefuncs.c')
-rw-r--r--firmware/common/timefuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/common/timefuncs.c b/firmware/common/timefuncs.c
index 42babbd8e3..7d385949b5 100644
--- a/firmware/common/timefuncs.c
+++ b/firmware/common/timefuncs.c
@@ -99,7 +99,7 @@ int set_time(const struct tm *tm)
99 } 99 }
100#else /* No RTC */ 100#else /* No RTC */
101 (void)tm; 101 (void)tm;
102 return 0; 102 return -1;
103#endif /* RTC */ 103#endif /* RTC */
104} 104}
105 105