AntennaTracker: fixed duplicate include of AP_ADC library

This commit is contained in:
Andrew Tridgell 2017-04-27 18:31:39 +10:00
parent 81f8ab3933
commit c5d2b5b62e
1 changed files with 0 additions and 1 deletions

View File

@ -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