mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: 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
b7605a12ce
commit
00433a2625
|
@ -17,12 +17,9 @@ def build(bld):
|
|||
'AP_IRLock',
|
||||
'AP_InertialNav',
|
||||
'AP_Motors',
|
||||
'AP_RCMapper',
|
||||
'AP_Avoidance',
|
||||
'AP_AdvancedFailsafe',
|
||||
'AP_SmartRTL',
|
||||
'AP_Beacon',
|
||||
'AP_Arming',
|
||||
'AP_WheelEncoder',
|
||||
'AP_Winch',
|
||||
'AP_Follow',
|
||||
|
|
Loading…
Reference in New Issue