From 87067fc9b1271d1752a04a02b895e9e0098a604c Mon Sep 17 00:00:00 2001 From: driverblock Date: Wed, 24 Jul 2013 09:28:21 -0400 Subject: [PATCH] Removed vestigial #include GPSconfig.h #include "GPSconfig.h" is leftover from some earlier version. Since the fie is no longer in the library, it causes a compilation error --- examples/shield_sdlog/shield_sdlog.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/shield_sdlog/shield_sdlog.ino b/examples/shield_sdlog/shield_sdlog.ino index 8c871cb..8e4752d 100644 --- a/examples/shield_sdlog/shield_sdlog.ino +++ b/examples/shield_sdlog/shield_sdlog.ino @@ -3,7 +3,6 @@ #include #include #include -#include "GPSconfig.h" // Ladyada's logger modified by Bill Greiman to use the SdFat library //