Plane: enable QUAUTOTUNE build option

This commit is contained in:
Henry Wurzburg 2022-11-19 17:56:42 -06:00 committed by Peter Barker
parent c82df5501f
commit b9863d8514
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@
#include <AP_HAL/AP_HAL_Boards.h>
#include "quadplane.h"
#define QAUTOTUNE_ENABLED HAL_QUADPLANE_ENABLED && !HAL_MINIMIZE_FEATURES
#ifndef QAUTOTUNE_ENABLED
#define QAUTOTUNE_ENABLED HAL_QUADPLANE_ENABLED && !HAL_MINIMIZE_FEATURES
#endif
#if QAUTOTUNE_ENABLED