From 2056525cdd8e480d6ce483d3a158e9e9554fa8cd Mon Sep 17 00:00:00 2001 From: Iampete1 Date: Wed, 27 Apr 2022 11:35:24 +0100 Subject: [PATCH] Rover: wscript: remove AP_L1_Control --- Rover/wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/Rover/wscript b/Rover/wscript index b564cbbadf..ba0dbe1e9f 100644 --- a/Rover/wscript +++ b/Rover/wscript @@ -9,7 +9,6 @@ def build(bld): ap_libraries=bld.ap_common_vehicle_libraries() + [ 'APM_Control', 'AP_Arming', - 'AP_L1_Control', 'AP_Mount', 'AP_Navigation', 'AR_WPNav',