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, 0 insertions, 4 deletions
diff --git a/firmware/export/rtc.h b/firmware/export/rtc.h
index 3d7a6d6ead..8d54e8b442 100644
--- a/firmware/export/rtc.h
+++ b/firmware/export/rtc.h
@@ -25,10 +25,6 @@
25 25
26#if CONFIG_RTC 26#if CONFIG_RTC
27 27
28extern const int dayname[];
29
30extern const int monthname[];
31
32/* Common functions for all targets */ 28/* Common functions for all targets */
33void rtc_init(void); 29void rtc_init(void);
34int rtc_read_datetime(unsigned char* buf); 30int rtc_read_datetime(unsigned char* buf);