mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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 <AP_HAL/AP_HAL_Boards.h>
|
||||||
|
|
||||||
#include "quadplane.h"
|
#include "quadplane.h"
|
||||||
|
#ifndef QAUTOTUNE_ENABLED
|
||||||
#define QAUTOTUNE_ENABLED HAL_QUADPLANE_ENABLED && !HAL_MINIMIZE_FEATURES
|
#define QAUTOTUNE_ENABLED HAL_QUADPLANE_ENABLED && !HAL_MINIMIZE_FEATURES
|
||||||
|
#endif
|
||||||
|
|
||||||
#if QAUTOTUNE_ENABLED
|
#if QAUTOTUNE_ENABLED
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user