Add #include <SPI.h>
Necessary to explicitly include SPI.h since updates to the SD library for Arduino Due support
This commit is contained in:
parent
2a52767b76
commit
c377018a85
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
#include <SPI.h>
|
||||
#include <Adafruit_GPS.h>
|
||||
#include <SoftwareSerial.h>
|
||||
#include <SD.h>
|
||||
|
|
@ -160,4 +160,4 @@ void loop() {
|
|||
}
|
||||
|
||||
|
||||
/* End code */
|
||||
/* End code */
|
||||
|
|
|
|||
Loading…
Reference in New Issue