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:
parent
46af21144a
commit
0c2ae35d88
@ -14,10 +14,7 @@ def build(bld):
|
|||||||
'AP_JSButton',
|
'AP_JSButton',
|
||||||
'AP_LeakDetector',
|
'AP_LeakDetector',
|
||||||
'AP_Motors',
|
'AP_Motors',
|
||||||
'AP_RCMapper',
|
|
||||||
'AP_Beacon',
|
|
||||||
'AP_TemperatureSensor',
|
'AP_TemperatureSensor',
|
||||||
'AP_Arming',
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user