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:
parent
3b48046a6e
commit
87067fc9b1
|
|
@ -3,7 +3,6 @@
|
||||||
#include <SoftwareSerial.h>
|
#include <SoftwareSerial.h>
|
||||||
#include <SD.h>
|
#include <SD.h>
|
||||||
#include <avr/sleep.h>
|
#include <avr/sleep.h>
|
||||||
#include "GPSconfig.h"
|
|
||||||
|
|
||||||
// Ladyada's logger modified by Bill Greiman to use the SdFat library
|
// Ladyada's logger modified by Bill Greiman to use the SdFat library
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue