ArduPlane: 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 614499ef4e
commit bc71a74576

View File

@ -21,7 +21,6 @@ def build(bld):
'AC_WPNav', 'AC_WPNav',
'AC_AttitudeControl', 'AC_AttitudeControl',
'AP_Motors', 'AP_Motors',
'AC_PID',
'AP_Stats', 'AP_Stats',
'AP_Landing', 'AP_Landing',
'AP_Beacon', 'AP_Beacon',