Browse Source

AP_AHRS: remove unused AP_ADC_AnalogSource

mission-4.1.18
Lucas De Marchi 9 years ago committed by Andrew Tridgell
parent
commit
2b26a2eebe
  1. 1
      libraries/AP_AHRS/examples/AHRS_Test/AHRS_Test.cpp
  2. 1
      libraries/AP_AHRS/examples/AHRS_Test/make.inc

1
libraries/AP_AHRS/examples/AHRS_Test/AHRS_Test.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_AHRS/AP_AHRS.h>
#include <AP_HAL/AP_HAL.h>

1
libraries/AP_AHRS/examples/AHRS_Test/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