mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
VARTest.pde: fix compile errors for autotest
This commit is contained in:
parent
e9e5b63c1f
commit
aee36ce84c
@ -14,6 +14,7 @@
|
||||
#include <AP_Compass.h> // ArduPilot Mega Magnetometer Library
|
||||
#include <SPI.h> // Arduino SPI lib
|
||||
#include <I2C.h>
|
||||
#include <AP_Semaphore.h> // for removing conflict between optical flow and dataflash on SPI3 bus
|
||||
#include <DataFlash.h>
|
||||
#include <AP_AHRS.h>
|
||||
#include <AP_ADC.h>
|
||||
|
Loading…
Reference in New Issue
Block a user