From dc4bc3a05c988fb3cc4866dbdf8fccc7e5aef887 Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Wed, 11 Mar 2020 20:38:33 +0100 Subject: [PATCH] missing commit --- include/datetime.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/datetime.h b/include/datetime.h index a33bfb6..12de111 100644 --- a/include/datetime.h +++ b/include/datetime.h @@ -15,6 +15,8 @@ struct datetime_struct : tm extern RTC_DATA_ATTR struct datetime_struct now; -bool setupDateTime(); +void setupDateTime(); +void loopDateTime(); +bool updateDateTime(); #endif \ No newline at end of file