From 925ac9bc4e432937858024da67692582a6cb8bea Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 1 Aug 2023 12:08:06 +1000 Subject: [PATCH] ArduPlane: eliminate use of MINIMIZE_FEATURES for Plane features --- ArduPlane/config.h | 2 +- ArduPlane/qautotune.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduPlane/config.h b/ArduPlane/config.h index ba29c2062d..a8c6c890c9 100644 --- a/ArduPlane/config.h +++ b/ArduPlane/config.h @@ -238,7 +238,7 @@ #endif #ifndef OFFBOARD_GUIDED - #define OFFBOARD_GUIDED !HAL_MINIMIZE_FEATURES + #define OFFBOARD_GUIDED 1 #endif ////////////////////////////////////////////////////////////////////////////// diff --git a/ArduPlane/qautotune.h b/ArduPlane/qautotune.h index 1a1bf6e873..3ec890ac3d 100644 --- a/ArduPlane/qautotune.h +++ b/ArduPlane/qautotune.h @@ -8,7 +8,7 @@ #include "quadplane.h" #ifndef QAUTOTUNE_ENABLED - #define QAUTOTUNE_ENABLED HAL_QUADPLANE_ENABLED && !HAL_MINIMIZE_FEATURES + #define QAUTOTUNE_ENABLED HAL_QUADPLANE_ENABLED #endif #if QAUTOTUNE_ENABLED