mirror of https://github.com/ArduPilot/ardupilot
AP_Baro: use minimize_features.inc for more features
This commit is contained in:
parent
6187cd0350
commit
3bf1e61eb2
|
@ -5,7 +5,7 @@
|
||||||
#include <AP_ExternalAHRS/AP_ExternalAHRS.h>
|
#include <AP_ExternalAHRS/AP_ExternalAHRS.h>
|
||||||
|
|
||||||
#ifndef HAL_BARO_WIND_COMP_ENABLED
|
#ifndef HAL_BARO_WIND_COMP_ENABLED
|
||||||
#define HAL_BARO_WIND_COMP_ENABLED !HAL_MINIMIZE_FEATURES
|
#define HAL_BARO_WIND_COMP_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// backend support:
|
// backend support:
|
||||||
|
|
Loading…
Reference in New Issue