From 67b44922205292cbc1440eb4087b57866aa8f52c Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 2 Jul 2023 18:13:07 +0200 Subject: [PATCH] Update rtctime.h As mentioned by Makuna of RTC library --- include/rtctime.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/rtctime.h b/include/rtctime.h index 802b06ee..cf915bda 100644 --- a/include/rtctime.h +++ b/include/rtctime.h @@ -4,7 +4,6 @@ #ifdef HAS_RTC #include // must be included here so that Arduino library object file references work -#include #include "globals.h" #include "timekeeper.h" @@ -19,4 +18,4 @@ float get_rtctemp(void); #endif -#endif // _RTCTIME_H \ No newline at end of file +#endif // _RTCTIME_H