mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
APMrover2: remove unused AP_ADC_AnalogSource
This commit is contained in:
parent
c64b7cc7e4
commit
767f126eaa
@ -34,7 +34,6 @@
|
|||||||
#include <StorageManager/StorageManager.h>
|
#include <StorageManager/StorageManager.h>
|
||||||
#include <AP_GPS/AP_GPS.h> // ArduPilot GPS library
|
#include <AP_GPS/AP_GPS.h> // ArduPilot GPS library
|
||||||
#include <AP_ADC/AP_ADC.h> // ArduPilot Mega Analog to Digital Converter Library
|
#include <AP_ADC/AP_ADC.h> // ArduPilot Mega Analog to Digital Converter Library
|
||||||
#include <AP_ADC_AnalogSource/AP_ADC_AnalogSource.h>
|
|
||||||
#include <AP_Baro/AP_Baro.h>
|
#include <AP_Baro/AP_Baro.h>
|
||||||
#include <AP_Compass/AP_Compass.h> // ArduPilot Mega Magnetometer Library
|
#include <AP_Compass/AP_Compass.h> // ArduPilot Mega Magnetometer Library
|
||||||
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
|
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
|
||||||
|
@ -5,7 +5,6 @@ LIBRARIES += AP_Param
|
|||||||
LIBRARIES += StorageManager
|
LIBRARIES += StorageManager
|
||||||
LIBRARIES += AP_GPS
|
LIBRARIES += AP_GPS
|
||||||
LIBRARIES += AP_ADC
|
LIBRARIES += AP_ADC
|
||||||
LIBRARIES += AP_ADC_AnalogSource
|
|
||||||
LIBRARIES += AP_Baro
|
LIBRARIES += AP_Baro
|
||||||
LIBRARIES += AP_Compass
|
LIBRARIES += AP_Compass
|
||||||
LIBRARIES += AP_Math
|
LIBRARIES += AP_Math
|
||||||
|
Loading…
Reference in New Issue
Block a user