summaryrefslogtreecommitdiff
path: root/firmware/drivers/rtc/rtc_jz4740.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/rtc/rtc_jz4740.c')
-rw-r--r--firmware/drivers/rtc/rtc_jz4740.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/drivers/rtc/rtc_jz4740.c b/firmware/drivers/rtc/rtc_jz4740.c
index 4bc5d5e5cc..77e0860cd2 100644
--- a/firmware/drivers/rtc/rtc_jz4740.c
+++ b/firmware/drivers/rtc/rtc_jz4740.c
@@ -154,6 +154,11 @@ int rtc_read_datetime(unsigned char* buf)
154 return 1; 154 return 1;
155} 155}
156 156
157int rtc_write_datetime(unsigned char* buf)
158{
159 (void)buf;
160}
161
157#if 0 162#if 0
158void get_rtc_alm_time(struct rtc_time *alm_tm) 163void get_rtc_alm_time(struct rtc_time *alm_tm)
159{ 164{