mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Tools: remove unused AP_ADC_AnalogSource
This commit is contained in:
parent
1308dd888f
commit
8f9fa568b4
@ -1,5 +1,4 @@
|
|||||||
LIBRARIES += AP_ADC
|
LIBRARIES += AP_ADC
|
||||||
LIBRARIES += AP_ADC_AnalogSource
|
|
||||||
LIBRARIES += AP_AHRS
|
LIBRARIES += AP_AHRS
|
||||||
LIBRARIES += AP_Airspeed
|
LIBRARIES += AP_Airspeed
|
||||||
LIBRARIES += AP_Baro
|
LIBRARIES += AP_Baro
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
LIBRARIES += AP_ADC
|
LIBRARIES += AP_ADC
|
||||||
LIBRARIES += AP_ADC_AnalogSource
|
|
||||||
LIBRARIES += AP_AHRS
|
LIBRARIES += AP_AHRS
|
||||||
LIBRARIES += AP_Airspeed
|
LIBRARIES += AP_Airspeed
|
||||||
LIBRARIES += AP_Baro
|
LIBRARIES += AP_Baro
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
#include <AP_ADC/AP_ADC.h>
|
#include <AP_ADC/AP_ADC.h>
|
||||||
#include <AP_Declination/AP_Declination.h>
|
#include <AP_Declination/AP_Declination.h>
|
||||||
#include <AP_ADC_AnalogSource/AP_ADC_AnalogSource.h>
|
|
||||||
#include <Filter/Filter.h>
|
#include <Filter/Filter.h>
|
||||||
#include <AP_Buffer/AP_Buffer.h>
|
#include <AP_Buffer/AP_Buffer.h>
|
||||||
#include <AP_Airspeed/AP_Airspeed.h>
|
#include <AP_Airspeed/AP_Airspeed.h>
|
||||||
|
@ -5,7 +5,6 @@ LIBRARIES += StorageManager
|
|||||||
LIBRARIES += AP_Math
|
LIBRARIES += AP_Math
|
||||||
LIBRARIES += AP_ADC
|
LIBRARIES += AP_ADC
|
||||||
LIBRARIES += AP_Declination
|
LIBRARIES += AP_Declination
|
||||||
LIBRARIES += AP_ADC_AnalogSource
|
|
||||||
LIBRARIES += Filter
|
LIBRARIES += Filter
|
||||||
LIBRARIES += AP_Buffer
|
LIBRARIES += AP_Buffer
|
||||||
LIBRARIES += AP_Airspeed
|
LIBRARIES += AP_Airspeed
|
||||||
|
Loading…
Reference in New Issue
Block a user