AP_AHRS: add and use AP_HOME_ENABLED

This commit is contained in:
Peter Barker 2024-04-16 21:40:55 +10:00 committed by Andrew Tridgell
parent 6a56b2bc94
commit 9df6beb181
1 changed files with 4 additions and 0 deletions

View File

@ -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