From 4fcbf4a65ff80a459fbb383fca4de152d55c2e3d Mon Sep 17 00:00:00 2001 From: Sander Speetjens Date: Mon, 26 Dec 2022 14:21:36 +0100 Subject: [PATCH] Add another debug line --- NTP/Core/Src/app_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/NTP/Core/Src/app_main.c b/NTP/Core/Src/app_main.c index 0416b21..7616e83 100644 --- a/NTP/Core/Src/app_main.c +++ b/NTP/Core/Src/app_main.c @@ -29,6 +29,7 @@ void app_main(void *argument) debugln("LWIP is initialized"); DS3231_Init(&hi2c1); + debugln("DS3231 is initialized"); // The stored time is always in UTC breakTime(NTPToEpochUnix(), &utc, 0);