mirror of https://github.com/ArduPilot/ardupilot
AP_BattMonitor: remove unused AP_ADC_AnalogSource
This commit is contained in:
parent
5b1769cd2b
commit
0a1dbab24e
|
@ -3,7 +3,6 @@
|
|||
#define AP_BATTMONITOR_ANALOG_H
|
||||
|
||||
#include <AP_ADC/AP_ADC.h> // ArduPilot Mega Analog to Digital Converter Library
|
||||
#include <AP_ADC_AnalogSource/AP_ADC_AnalogSource.h>
|
||||
#include "AP_BattMonitor.h"
|
||||
#include "AP_BattMonitor_Backend.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
LIBRARIES += AP_ADC
|
||||
LIBRARIES += AP_ADC_AnalogSource
|
||||
LIBRARIES += AP_AHRS
|
||||
LIBRARIES += AP_Airspeed
|
||||
LIBRARIES += AP_Baro
|
||||
|
|
Loading…
Reference in New Issue