Skip to content
Snippets Groups Projects
Commit aee36ce8 authored by rmackay9's avatar rmackay9
Browse files

VARTest.pde: fix compile errors for autotest

parent e9e5b63c
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include <AP_Compass.h> // ArduPilot Mega Magnetometer Library #include <AP_Compass.h> // ArduPilot Mega Magnetometer Library
#include <SPI.h> // Arduino SPI lib #include <SPI.h> // Arduino SPI lib
#include <I2C.h> #include <I2C.h>
#include <AP_Semaphore.h> // for removing conflict between optical flow and dataflash on SPI3 bus
#include <DataFlash.h> #include <DataFlash.h>
#include <AP_AHRS.h> #include <AP_AHRS.h>
#include <AP_ADC.h> #include <AP_ADC.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment