mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: fixed duplicate include of AP_ADC library
This commit is contained in:
parent
81f8ab3933
commit
c5d2b5b62e
|
@ -5,7 +5,6 @@ LIBRARIES += AP_GPS
|
||||||
LIBRARIES += AP_Baro
|
LIBRARIES += AP_Baro
|
||||||
LIBRARIES += AP_Compass
|
LIBRARIES += AP_Compass
|
||||||
LIBRARIES += AP_Math
|
LIBRARIES += AP_Math
|
||||||
LIBRARIES += AP_ADC
|
|
||||||
LIBRARIES += AP_AccelCal
|
LIBRARIES += AP_AccelCal
|
||||||
LIBRARIES += AP_InertialSensor
|
LIBRARIES += AP_InertialSensor
|
||||||
LIBRARIES += AP_AHRS
|
LIBRARIES += AP_AHRS
|
||||||
|
|
Loading…
Reference in New Issue