small sanitize of rtc.h
This commit is contained in:
parent
20b73821bc
commit
abfc368c09
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user