mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_Mount: remove unused AP_ADC_AnalogSource
This commit is contained in:
parent
c9d1456a66
commit
f1de9c25fe
@ -1,5 +1,4 @@
|
||||
LIBRARIES += AP_ADC
|
||||
LIBRARIES += AP_ADC_AnalogSource
|
||||
LIBRARIES += AP_AHRS
|
||||
LIBRARIES += AP_Airspeed
|
||||
LIBRARIES += AP_Baro
|
||||
|
@ -11,7 +11,6 @@
|
||||
#include <AP_Declination/AP_Declination.h>
|
||||
#include <AP_Airspeed/AP_Airspeed.h>
|
||||
#include <AP_ADC/AP_ADC.h>
|
||||
#include <AP_ADC_AnalogSource/AP_ADC_AnalogSource.h>
|
||||
#include <AP_Baro/AP_Baro.h>
|
||||
#include <AP_Buffer/AP_Buffer.h>
|
||||
#include <Filter/Filter.h>
|
||||
|
Loading…
Reference in New Issue
Block a user