ArduCopter: moved AC_PID dependency to core

This commit is contained in:
Andrew Tridgell 2019-11-02 14:11:22 +11:00 committed by Randy Mackay
parent 7465457ba5
commit 614499ef4e

View File

@ -9,7 +9,6 @@ def build(bld):
ap_libraries=bld.ap_common_vehicle_libraries() + [
'AC_AttitudeControl',
'AC_InputManager',
'AC_PID',
'AC_PrecLand',
'AC_Sprayer',
'AC_WPNav',