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
This commit is contained in:
driverblock 2013-07-24 09:28:21 -04:00
parent 3b48046a6e
commit 87067fc9b1
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#include <SoftwareSerial.h>
#include <SD.h>
#include <avr/sleep.h>
#include "GPSconfig.h"
// Ladyada's logger modified by Bill Greiman to use the SdFat library
//