summaryrefslogtreecommitdiff
path: root/include/rtc.h
diff options
context:
space:
mode:
authorLeo C2014-08-24 23:22:58 +0200
committerLeo C2014-08-24 23:22:58 +0200
commitf14850dbf6369dc42df913c407bda51efb1c620c (patch)
treeac6a860b10132e7b48234834d7d48b39a2994ae3 /include/rtc.h
parent35e9ec0c03a150e3fe6a3350549573e4c02be67b (diff)
downloadz180-stamp-f14850dbf6369dc42df913c407bda51efb1c620c.zip
use env var 'baudrate'
Diffstat (limited to 'include/rtc.h')
-rw-r--r--include/rtc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rtc.h b/include/rtc.h
index 15215a9..51ee424 100644
--- a/include/rtc.h
+++ b/include/rtc.h
@@ -39,7 +39,6 @@ struct rtc_time {
int rtc_get (struct rtc_time *);
int rtc_set (struct rtc_time *);
-void rtc_reset (void);
void GregorianDay (struct rtc_time *);
void to_tm (unsigned long, struct rtc_time *);