From 4824e2c096c89898ff5f67357f6dc76fcd7ae3df Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Sun, 14 Apr 2019 22:47:48 +0200 Subject: [PATCH] timekeeper.h #if syntax error corrected --- include/timekeeper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/timekeeper.h b/include/timekeeper.h index 0d051a61..b02fccd2 100644 --- a/include/timekeeper.h +++ b/include/timekeeper.h @@ -6,7 +6,7 @@ #include "TimeLib.h" #include "irqhandler.h" -#ifdef HAS_GPS +#if (HAS_GPS) #include "gpsread.h" #endif