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

View File

@ -14,10 +14,7 @@ def build(bld):
'AP_JSButton',
'AP_LeakDetector',
'AP_Motors',
'AP_RCMapper',
'AP_Beacon',
'AP_TemperatureSensor',
'AP_Arming',
],
)