Blimp: 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 0c2ae35d88
commit c9c573d9af
1 changed files with 0 additions and 3 deletions

View File

@ -9,13 +9,10 @@ def build(bld):
ap_libraries=bld.ap_common_vehicle_libraries() + [
'AC_InputManager',
'AP_InertialNav',
'AP_RCMapper',
'AP_Avoidance',
'AP_Arming',
'AP_LTM_Telem',
'AP_Devo_Telem',
'AP_KDECAN',
'AP_Beacon',
'AP_AdvancedFailsafe', # TODO for some reason compiling GCS_Common.cpp (in libraries) fails if this isn't included.
'AC_AttitudeControl', # for PSCx logging
],