mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -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
|
||||
#endif
|
||||
|
||||
#ifndef AP_HOME_ENABLED
|
||||
#define AP_HOME_ENABLED AP_AHRS_ENABLED
|
||||
#endif
|
||||
|
||||
#ifndef AP_AHRS_BACKEND_DEFAULT_ENABLED
|
||||
#define AP_AHRS_BACKEND_DEFAULT_ENABLED AP_AHRS_ENABLED
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user