From 938f298eec34d0853b638ba563accc19c3ddc0e1 Mon Sep 17 00:00:00 2001 From: Anthony Good Date: Thu, 1 Oct 2015 19:35:02 -0400 Subject: [PATCH] fixed issue with debug.h - "arduino.h" include --- debug.h | 2 +- rotator_features.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debug.h b/debug.h index a577031..85622e0 100644 --- a/debug.h +++ b/debug.h @@ -4,7 +4,7 @@ #define _DEBUG_h #if defined(ARDUINO) && ARDUINO >= 100 - #include "arduino.h" + #include "Arduino.h" #else #include "WProgram.h" #endif diff --git a/rotator_features.h b/rotator_features.h index e2d9d73..b04de8d 100755 --- a/rotator_features.h +++ b/rotator_features.h @@ -189,7 +189,7 @@ // #define DEBUG_EL_POSITION_INCREMENTAL_ENCODER // #define DEBUG_MOON_TRACKING // #define DEBUG_SUN_TRACKING -#define DEBUG_GPS +// #define DEBUG_GPS // #define DEBUG_GPS_SERIAL // #define DEBUG_OFFSET // #define DEBUG_RTC