mirror of https://github.com/ArduPilot/ardupilot
ArduSub: moved AC_PID dependency to core
This commit is contained in:
parent
bc71a74576
commit
2ff26becdf
|
@ -8,7 +8,6 @@ def build(bld):
|
|||
ap_vehicle=vehicle,
|
||||
ap_libraries=bld.ap_common_vehicle_libraries() + [
|
||||
'AC_AttitudeControl',
|
||||
'AC_PID',
|
||||
'AC_WPNav',
|
||||
'AP_Camera',
|
||||
'AP_InertialNav',
|
||||
|
|
Loading…
Reference in New Issue