mirror of https://github.com/ArduPilot/ardupilot
Plane: enable QUAUTOTUNE build option
This commit is contained in:
parent
c82df5501f
commit
b9863d8514
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue