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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/include/timefuncs.h b/firmware/include/timefuncs.h
index c72508e862..2e8ef01ca6 100644
--- a/firmware/include/timefuncs.h
+++ b/firmware/include/timefuncs.h
@@ -24,8 +24,10 @@
24 24
25#include "config.h" 25#include "config.h"
26#include <stdbool.h> 26#include <stdbool.h>
27#include <stdint.h>
27#include "time.h" 28#include "time.h"
28 29
30time_t dostime_mktime(uint16_t dosdate, uint16_t dostime);
29struct tm *get_time(void); 31struct tm *get_time(void);
30int set_time(const struct tm *tm); 32int set_time(const struct tm *tm);
31#if CONFIG_RTC 33#if CONFIG_RTC