From f25726fbb1ae538cd0474781cbfb1e913e1171f3 Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Mon, 9 Jul 2018 22:29:05 -0700 Subject: [PATCH] Plane: Remove unused ADC include --- ArduPlane/Plane.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ArduPlane/Plane.h b/ArduPlane/Plane.h index 98513e9338..2344b3a651 100644 --- a/ArduPlane/Plane.h +++ b/ArduPlane/Plane.h @@ -37,7 +37,6 @@ #include // ArduPilot barometer library #include // ArduPilot Mega Magnetometer Library #include // ArduPilot Mega Vector/Matrix math Library -#include // ArduPilot Mega Analog to Digital Converter Library #include // Inertial Sensor Library #include // interface and maths for accelerometer calibration #include // ArduPilot Mega DCM Library