mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
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
|
#define HAL_MOUNT_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef AP_MOUNT_BACKEND_DEFAULT_ENABLED
|
||||||
#define AP_MOUNT_BACKEND_DEFAULT_ENABLED HAL_MOUNT_ENABLED
|
#define AP_MOUNT_BACKEND_DEFAULT_ENABLED HAL_MOUNT_ENABLED
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAL_MOUNT_ALEXMOS_ENABLED
|
#ifndef HAL_MOUNT_ALEXMOS_ENABLED
|
||||||
#define HAL_MOUNT_ALEXMOS_ENABLED AP_MOUNT_BACKEND_DEFAULT_ENABLED
|
#define HAL_MOUNT_ALEXMOS_ENABLED AP_MOUNT_BACKEND_DEFAULT_ENABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user