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:
Peter Barker 2024-04-16 21:21:39 +10:00 committed by Andrew Tridgell
parent c9c573d9af
commit 9da6ff4ba5
1 changed files with 0 additions and 3 deletions

View File

@ -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',