From b81c9f445fe0e364253b65315b6dee1d9ba5a29e Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sun, 28 Feb 2021 12:53:43 +0100 Subject: [PATCH] changes --- cube/User/Src/networkAbstractionLayer_lan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube/User/Src/networkAbstractionLayer_lan.c b/cube/User/Src/networkAbstractionLayer_lan.c index 0c3b1f2..bce9583 100644 --- a/cube/User/Src/networkAbstractionLayer_lan.c +++ b/cube/User/Src/networkAbstractionLayer_lan.c @@ -79,7 +79,7 @@ uint64_t networkSntpQuery() { sntpState = SNTP_STATE_IDLE; } - return seconds; + return res; } extern uint8_t SINK_SOCK;