From 6c2c067e7cd5024cc16bdda599110be0ee301bc4 Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 2 Jul 2023 18:12:11 +0200 Subject: [PATCH] Update globals.h As mentioned by Makuna of RTC library project. --- include/globals.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/globals.h b/include/globals.h index dc7316b9..1e8a0675 100644 --- a/include/globals.h +++ b/include/globals.h @@ -6,8 +6,7 @@ // Time functions #ifdef HAS_RTC -#include -#include +#include #endif #include @@ -114,4 +113,4 @@ typedef struct { extern char clientId[20]; // unique clientID -#endif \ No newline at end of file +#endif