ArduPlane: move Arming, Beacon and RC_Mapper into ardupilotwaf.py

these were built for all vehicles, so put them in the common list
This commit is contained in:
Peter Barker 2024-04-16 21:21:39 +10:00 committed by Andrew Tridgell
parent 00433a2625
commit 46af21144a
1 changed files with 0 additions and 3 deletions

View File

@ -10,18 +10,15 @@ def build(bld):
'APM_Control', 'APM_Control',
'AP_AdvancedFailsafe', 'AP_AdvancedFailsafe',
'AP_Avoidance', 'AP_Avoidance',
'AP_Arming',
'AP_Camera', 'AP_Camera',
'AP_L1_Control', 'AP_L1_Control',
'AP_Navigation', 'AP_Navigation',
'AP_RCMapper',
'AP_TECS', 'AP_TECS',
'AP_InertialNav', 'AP_InertialNav',
'AC_WPNav', 'AC_WPNav',
'AC_AttitudeControl', 'AC_AttitudeControl',
'AP_Motors', 'AP_Motors',
'AP_Landing', 'AP_Landing',
'AP_Beacon',
'PID', 'PID',
'AP_Soaring', 'AP_Soaring',
'AP_LTM_Telem', 'AP_LTM_Telem',