AP_AHRS: remove unused AP_ADC_AnalogSource

This commit is contained in:
Lucas De Marchi 2015-12-02 13:42:19 -02:00 committed by Andrew Tridgell
parent 247195512f
commit 2b26a2eebe
2 changed files with 0 additions and 2 deletions

View File

@ -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>

View File

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