mirror of https://github.com/ArduPilot/ardupilot
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:
parent
00433a2625
commit
46af21144a
|
@ -10,18 +10,15 @@ def build(bld):
|
|||
'APM_Control',
|
||||
'AP_AdvancedFailsafe',
|
||||
'AP_Avoidance',
|
||||
'AP_Arming',
|
||||
'AP_Camera',
|
||||
'AP_L1_Control',
|
||||
'AP_Navigation',
|
||||
'AP_RCMapper',
|
||||
'AP_TECS',
|
||||
'AP_InertialNav',
|
||||
'AC_WPNav',
|
||||
'AC_AttitudeControl',
|
||||
'AP_Motors',
|
||||
'AP_Landing',
|
||||
'AP_Beacon',
|
||||
'PID',
|
||||
'AP_Soaring',
|
||||
'AP_LTM_Telem',
|
||||
|
|
Loading…
Reference in New Issue