From a122cfcfe078e34aa8d49b2ef9a3d5cee03c4b93 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 18 Mar 2012 13:33:09 +1100 Subject: [PATCH] fixed VARTest build --- Tools/VARTest/VARTest.pde | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Tools/VARTest/VARTest.pde b/Tools/VARTest/VARTest.pde index fb05d54114..9c4b5de900 100644 --- a/Tools/VARTest/VARTest.pde +++ b/Tools/VARTest/VARTest.pde @@ -18,6 +18,8 @@ #include #include #include +#include +#include #include #include // Inertial Sensor (uncalibated IMU) Library #include // ArduPilot Mega IMU Library @@ -26,6 +28,10 @@ #include #include +#if 0 +#include +#endif + static Parameters g; static AP_ADC_ADS7844 adc;