mirror of https://github.com/ArduPilot/ardupilot
AP_Mount: allow AP_MOUNT_BACKEND_DEFAULT_ENABLED to be overridden
This commit is contained in:
parent
debf3cb28e
commit
16c2e23ee7
|
@ -7,7 +7,9 @@
|
|||
#define HAL_MOUNT_ENABLED 1
|
||||
#endif
|
||||
|
||||
#ifndef AP_MOUNT_BACKEND_DEFAULT_ENABLED
|
||||
#define AP_MOUNT_BACKEND_DEFAULT_ENABLED HAL_MOUNT_ENABLED
|
||||
#endif
|
||||
|
||||
#ifndef HAL_MOUNT_ALEXMOS_ENABLED
|
||||
#define HAL_MOUNT_ALEXMOS_ENABLED AP_MOUNT_BACKEND_DEFAULT_ENABLED
|
||||
|
|
Loading…
Reference in New Issue