mirror of https://github.com/ArduPilot/ardupilot
opticalflow: use the right path for SPI.h
This commit is contained in:
parent
5a71030d76
commit
632e0312de
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include "AP_OpticalFlow_ADNS3080.h"
|
||||
#include "WProgram.h"
|
||||
#include "../SPI/SPI.h"
|
||||
#include "SPI.h"
|
||||
|
||||
#define AP_SPI_TIMEOUT 1000
|
||||
|
||||
|
|
Loading…
Reference in New Issue