Merge pull request #337 from cyberman54/development

timesync.cpp: #if fix
This commit is contained in:
Verkehrsrot 2019-04-01 08:10:38 +02:00 committed by GitHub
commit 2abc55a581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"