From f14850dbf6369dc42df913c407bda51efb1c620c Mon Sep 17 00:00:00 2001 From: Leo C Date: Sun, 24 Aug 2014 23:22:58 +0200 Subject: use env var 'baudrate' --- include/rtc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/rtc.h') 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 *); -- cgit v1.2.3