mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_AHRS: add and use AP_HOME_ENABLED
This commit is contained in:
parent
6a56b2bc94
commit
9df6beb181
@ -8,6 +8,10 @@
|
|||||||
#define AP_AHRS_ENABLED 1
|
#define AP_AHRS_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef AP_HOME_ENABLED
|
||||||
|
#define AP_HOME_ENABLED AP_AHRS_ENABLED
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef AP_AHRS_BACKEND_DEFAULT_ENABLED
|
#ifndef AP_AHRS_BACKEND_DEFAULT_ENABLED
|
||||||
#define AP_AHRS_BACKEND_DEFAULT_ENABLED AP_AHRS_ENABLED
|
#define AP_AHRS_BACKEND_DEFAULT_ENABLED AP_AHRS_ENABLED
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user