summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-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 3d7a6d6..8d54e8b 100644
--- a/firmware/export/rtc.h
+++ b/firmware/export/rtc.h
@@ -25,10 +25,6 @@
#if CONFIG_RTC
-extern const int dayname[];
-
-extern const int monthname[];
-
/* Common functions for all targets */
void rtc_init(void);
int rtc_read_datetime(unsigned char* buf);