summaryrefslogtreecommitdiff
path: root/firmware/export/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/rtc.h')
-rw-r--r--firmware/export/rtc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/rtc.h b/firmware/export/rtc.h
index 28a4a2636a..c7e3c4a96b 100644
--- a/firmware/export/rtc.h
+++ b/firmware/export/rtc.h
@@ -23,6 +23,10 @@
23 23
24#ifdef CONFIG_RTC 24#ifdef CONFIG_RTC
25 25
26extern const int dayname[];
27
28extern const int monthname[];
29
26/* Common functions for all targets */ 30/* Common functions for all targets */
27void rtc_init(void); 31void rtc_init(void);
28int rtc_read_datetime(unsigned char* buf); 32int rtc_read_datetime(unsigned char* buf);