Sub: Remove unused AP_ADC library dependency
This commit is contained in:
parent
5110c9cb40
commit
6806989d86
@ -38,7 +38,6 @@
|
|||||||
#include <AP_SerialManager/AP_SerialManager.h> // Serial manager library
|
#include <AP_SerialManager/AP_SerialManager.h> // Serial manager library
|
||||||
#include <AP_GPS/AP_GPS.h> // ArduPilot GPS library
|
#include <AP_GPS/AP_GPS.h> // ArduPilot GPS library
|
||||||
#include <DataFlash/DataFlash.h> // ArduPilot Mega Flash Memory Library
|
#include <DataFlash/DataFlash.h> // ArduPilot Mega Flash Memory Library
|
||||||
#include <AP_ADC/AP_ADC.h> // ArduPilot Mega Analog to Digital Converter Library
|
|
||||||
#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
|
||||||
|
@ -6,7 +6,6 @@ LIBRARIES += GCS_MAVLink
|
|||||||
LIBRARIES += AP_SerialManager
|
LIBRARIES += AP_SerialManager
|
||||||
LIBRARIES += AP_GPS
|
LIBRARIES += AP_GPS
|
||||||
LIBRARIES += DataFlash
|
LIBRARIES += DataFlash
|
||||||
LIBRARIES += AP_ADC
|
|
||||||
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