From 0c2ae35d889c90bf94813cc6ebd785ce5591ae2c Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 16 Apr 2024 21:21:39 +1000 Subject: [PATCH] ArduSub: move Arming, Beacon and RC_Mapper into ardupilotwaf.py these were built for all vehicles, so put them in the common list --- ArduSub/wscript | 3 --- 1 file changed, 3 deletions(-) diff --git a/ArduSub/wscript b/ArduSub/wscript index 11361fbadc..ab0b8ce25d 100644 --- a/ArduSub/wscript +++ b/ArduSub/wscript @@ -14,10 +14,7 @@ def build(bld): 'AP_JSButton', 'AP_LeakDetector', 'AP_Motors', - 'AP_RCMapper', - 'AP_Beacon', 'AP_TemperatureSensor', - 'AP_Arming', ], )