mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_NavEKF3: allow boards to override NavEKF3 features
This commit is contained in:
parent
d79a9b7497
commit
15ec2c9c40
@ -5,6 +5,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
// define for when to include all features
|
||||
#define EK3_FEATURE_ALL APM_BUILD_TYPE(APM_BUILD_AP_DAL_Standalone) || APM_BUILD_TYPE(APM_BUILD_Replay)
|
||||
|
Loading…
Reference in New Issue
Block a user