mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: moved AC_PID dependency to core
This commit is contained in:
parent
e546ce39e3
commit
9967585a93
|
@ -7,7 +7,6 @@ def build(bld):
|
|||
name=vehicle + '_libs',
|
||||
ap_vehicle=vehicle,
|
||||
ap_libraries=bld.ap_common_vehicle_libraries() + [
|
||||
'AC_PID',
|
||||
'AP_Beacon',
|
||||
'AP_Arming',
|
||||
'AP_Stats',
|
||||
|
|
Loading…
Reference in New Issue