Copter: fixed duplicate include of AP_ADC library

This commit is contained in:
Andrew Tridgell 2017-04-27 18:31:39 +10:00
parent b344bd1071
commit 1875d2adab

View File

@ -8,7 +8,6 @@ LIBRARIES += GCS_MAVLink
LIBRARIES += AP_SerialManager
LIBRARIES += AP_GPS
LIBRARIES += DataFlash
LIBRARIES += AP_ADC
LIBRARIES += AP_Baro
LIBRARIES += AP_Compass
LIBRARIES += AP_Math