fixed issue with debug.h - "arduino.h" include

This commit is contained in:
Anthony Good 2015-10-01 19:35:02 -04:00
parent 532a957671
commit 938f298eec
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#define _DEBUG_h
#if defined(ARDUINO) && ARDUINO >= 100
#include "arduino.h"
#include "Arduino.h"
#else
#include "WProgram.h"
#endif

View File

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