Browse Source

ArduPlane: remove unused AP_ADC_AnalogSource

master
Lucas De Marchi 9 years ago committed by Andrew Tridgell
parent
commit
1308dd888f
  1. 1
      ArduPlane/Plane.h
  2. 1
      ArduPlane/make.inc

1
ArduPlane/Plane.h

@ -46,7 +46,6 @@ @@ -46,7 +46,6 @@
#include <AP_Compass/AP_Compass.h> // ArduPilot Mega Magnetometer Library
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
#include <AP_ADC/AP_ADC.h> // ArduPilot Mega Analog to Digital Converter Library
#include <AP_ADC_AnalogSource/AP_ADC_AnalogSource.h>
#include <AP_InertialSensor/AP_InertialSensor.h> // Inertial Sensor Library
#include <AP_AHRS/AP_AHRS.h> // ArduPilot Mega DCM Library
#include <RC_Channel/RC_Channel.h> // RC Channel Library

1
ArduPlane/make.inc

@ -8,7 +8,6 @@ LIBRARIES += AP_Baro @@ -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

Loading…
Cancel
Save