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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/include/timefuncs.h b/firmware/include/timefuncs.h
index 2e8ef01ca6..25e041b576 100644
--- a/firmware/include/timefuncs.h
+++ b/firmware/include/timefuncs.h
@@ -28,6 +28,7 @@
28#include "time.h" 28#include "time.h"
29 29
30time_t dostime_mktime(uint16_t dosdate, uint16_t dostime); 30time_t dostime_mktime(uint16_t dosdate, uint16_t dostime);
31void dostime_localtime(time_t time, uint16_t* dosdate, uint16_t* dostime);
31struct tm *get_time(void); 32struct tm *get_time(void);
32int set_time(const struct tm *tm); 33int set_time(const struct tm *tm);
33#if CONFIG_RTC 34#if CONFIG_RTC