mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
ArduPlane: eliminate use of MINIMIZE_FEATURES for Plane features
This commit is contained in:
parent
31281b5d11
commit
925ac9bc4e
@ -238,7 +238,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef OFFBOARD_GUIDED
|
||||
#define OFFBOARD_GUIDED !HAL_MINIMIZE_FEATURES
|
||||
#define OFFBOARD_GUIDED 1
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user