mirror of https://github.com/ArduPilot/ardupilot
Rover: 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
c9c573d9af
commit
9da6ff4ba5
|
@ -8,12 +8,9 @@ def build(bld):
|
|||
ap_vehicle=vehicle,
|
||||
ap_libraries=bld.ap_common_vehicle_libraries() + [
|
||||
'APM_Control',
|
||||
'AP_Arming',
|
||||
'AP_Mount',
|
||||
'AP_Navigation',
|
||||
'AR_WPNav',
|
||||
'AP_RCMapper',
|
||||
'AP_Beacon',
|
||||
'AP_AdvancedFailsafe',
|
||||
'AP_WheelEncoder',
|
||||
'AP_SmartRTL',
|
||||
|
|
Loading…
Reference in New Issue