From dd2ce7eef9a9c1a65b6ff108e8be6aca253dd30b Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Mon, 1 Apr 2019 08:10:08 +0200 Subject: [PATCH] timesync.cpp: #if fix --- src/timesync.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timesync.cpp b/src/timesync.cpp index 0bac12e2..06ae9efe 100644 --- a/src/timesync.cpp +++ b/src/timesync.cpp @@ -9,7 +9,7 @@ algorithm in applications without granted license by the patent holder. */ -#if (TIME_SYNC_LORASERVER) +#if (TIME_SYNC_LORASERVER) && (HAS_LORA) #include "timesync.h"