diff --git a/include/rtc.h b/include/rtc.h index 502d87ca..20576580 100644 --- a/include/rtc.h +++ b/include/rtc.h @@ -5,8 +5,6 @@ #include // must be included here so that Arduino library object file references work #include -extern RtcDS3231 Rtc; // Make RTCDS3231 instance globally availabe - int rtc_init(void); int set_rtc(uint32_t UTCTime); int set_rtc(RtcDateTime now);