From 1308dd888f3cbea9c133e196cfdc2b2600957e9c Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 2 Dec 2015 13:42:20 -0200 Subject: [PATCH] ArduPlane: remove unused AP_ADC_AnalogSource --- ArduPlane/Plane.h | 1 - ArduPlane/make.inc | 1 - 2 files changed, 2 deletions(-) diff --git a/ArduPlane/Plane.h b/ArduPlane/Plane.h index b532aae989..8249ea1895 100644 --- a/ArduPlane/Plane.h +++ b/ArduPlane/Plane.h @@ -46,7 +46,6 @@ #include // ArduPilot Mega Magnetometer Library #include // ArduPilot Mega Vector/Matrix math Library #include // ArduPilot Mega Analog to Digital Converter Library -#include #include // Inertial Sensor Library #include // ArduPilot Mega DCM Library #include // RC Channel Library diff --git a/ArduPlane/make.inc b/ArduPlane/make.inc index 2da7afe28e..954f564ffb 100644 --- a/ArduPlane/make.inc +++ b/ArduPlane/make.inc @@ -8,7 +8,6 @@ LIBRARIES += AP_Baro LIBRARIES += AP_Compass LIBRARIES += AP_Math LIBRARIES += AP_ADC -LIBRARIES += AP_ADC_AnalogSource LIBRARIES += AP_InertialSensor LIBRARIES += AP_AHRS LIBRARIES += RC_Channel