]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/rtc.h
pin command, add user configurable i/o pins
[z180-stamp.git] / include / rtc.h
index 15215a9274afd28955996144fa22fb7f3c5eadbd..51ee4243f1e8d07d52b063c11f04368993ae0de7 100644 (file)
@@ -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 *);