small sanitize of rtc.h

This commit is contained in:
Klaus K Wilting 2019-01-19 19:01:48 +01:00
parent 20b73821bc
commit abfc368c09

View File

@ -5,8 +5,6 @@
#include <Wire.h> // must be included here so that Arduino library object file references work
#include <RtcDS3231.h>
extern RtcDS3231<TwoWire> Rtc; // Make RTCDS3231 instance globally availabe
int rtc_init(void);
int set_rtc(uint32_t UTCTime);
int set_rtc(RtcDateTime now);