summaryrefslogtreecommitdiff
path: root/firmware/include/timefuncs.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/timefuncs.h')
-rw-r--r--firmware/include/timefuncs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/include/timefuncs.h b/firmware/include/timefuncs.h
index 5c6719e709..03bb06fb9c 100644
--- a/firmware/include/timefuncs.h
+++ b/firmware/include/timefuncs.h
@@ -25,7 +25,7 @@
25#include "time.h" 25#include "time.h"
26 26
27struct tm *get_time(void); 27struct tm *get_time(void);
28int set_time(struct tm *tm); 28int set_time(const struct tm *tm);
29bool valid_time(struct tm *tm); 29bool valid_time(const struct tm *tm);
30 30
31#endif /* _TIMEFUNCS_H_ */ 31#endif /* _TIMEFUNCS_H_ */