Skip to content
Snippets Groups Projects
Commit a122cfcf authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

fixed VARTest build

parent f740f6e9
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@
#include <AP_DCM.h>
#include <AP_ADC.h>
#include <AP_Baro.h>
#include <Filter.h>
#include <GCS_MAVLink.h>
#include <AP_PeriodicProcess.h>
#include <AP_InertialSensor.h> // Inertial Sensor (uncalibated IMU) Library
#include <AP_IMU.h> // ArduPilot Mega IMU Library
......@@ -26,6 +28,10 @@
#include <config.h>
#include <Parameters.h>
#if 0
#include <AP_Declination.h>
#endif
static Parameters g;
static AP_ADC_ADS7844 adc;
......
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