AP_DroneCAN: 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:38 +10:00 committed by Andrew Tridgell
parent 7f1a551364
commit 75bbff01c1
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ def build(bld):
dynamic_source='modules/DroneCAN/libcanard/dsdlc_generated/src/**.c',
ap_libraries=bld.ap_common_vehicle_libraries() + [
'AP_OSD',
'AP_RCMapper',
'AP_Arming'
],
)
bld.ap_program(