Browse Source

AP_InertialSensor: remove unused AP_ADC_AnalogSource

master
Lucas De Marchi 9 years ago committed by Andrew Tridgell
parent
commit
e1d90c78d8
  1. 1
      libraries/AP_InertialSensor/examples/INS_generic/INS_generic.cpp
  2. 1
      libraries/AP_InertialSensor/examples/INS_generic/make.inc
  3. 1
      libraries/AP_InertialSensor/examples/VibTest/VibTest.cpp
  4. 1
      libraries/AP_InertialSensor/examples/VibTest/make.inc

1
libraries/AP_InertialSensor/examples/INS_generic/INS_generic.cpp

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
//
#include <AP_ADC/AP_ADC.h>
#include <AP_ADC_AnalogSource/AP_ADC_AnalogSource.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_InertialSensor/AP_InertialSensor.h>

1
libraries/AP_InertialSensor/examples/INS_generic/make.inc

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
LIBRARIES += AP_ADC
LIBRARIES += AP_ADC_AnalogSource
LIBRARIES += AP_AHRS
LIBRARIES += AP_Airspeed
LIBRARIES += AP_Baro

1
libraries/AP_InertialSensor/examples/VibTest/VibTest.cpp

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Airspeed/AP_Airspeed.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <AP_ADC_AnalogSource/AP_ADC_AnalogSource.h>
#include <AP_Compass/AP_Compass.h>
#include <AP_Scheduler/AP_Scheduler.h>
#include <AP_Declination/AP_Declination.h>

1
libraries/AP_InertialSensor/examples/VibTest/make.inc

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
LIBRARIES += AP_ADC
LIBRARIES += AP_ADC_AnalogSource
LIBRARIES += AP_AHRS
LIBRARIES += AP_Airspeed
LIBRARIES += AP_Baro

Loading…
Cancel
Save