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

View File

@ -17,12 +17,9 @@ def build(bld):
'AP_IRLock', 'AP_IRLock',
'AP_InertialNav', 'AP_InertialNav',
'AP_Motors', 'AP_Motors',
'AP_RCMapper',
'AP_Avoidance', 'AP_Avoidance',
'AP_AdvancedFailsafe', 'AP_AdvancedFailsafe',
'AP_SmartRTL', 'AP_SmartRTL',
'AP_Beacon',
'AP_Arming',
'AP_WheelEncoder', 'AP_WheelEncoder',
'AP_Winch', 'AP_Winch',
'AP_Follow', 'AP_Follow',