Browse Source

opticalflow: use the right path for SPI.h

master
Andrew Tridgell 14 years ago
parent
commit
632e0312de
  1. 2
      libraries/AP_OpticalFlow/AP_OpticalFlow_ADNS3080.cpp

2
libraries/AP_OpticalFlow/AP_OpticalFlow_ADNS3080.cpp

@ -25,7 +25,7 @@ @@ -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…
Cancel
Save