AP_Mount: remove ability to use DCM as AHRS
This commit is contained in:
parent
a3ee979b9c
commit
85bd9de903
@ -27,7 +27,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAL_SOLO_GIMBAL_ENABLED
|
#ifndef HAL_SOLO_GIMBAL_ENABLED
|
||||||
#define HAL_SOLO_GIMBAL_ENABLED HAL_MOUNT_ENABLED && AP_AHRS_NAVEKF_AVAILABLE && BOARD_FLASH_SIZE > 1024
|
#define HAL_SOLO_GIMBAL_ENABLED HAL_MOUNT_ENABLED && BOARD_FLASH_SIZE > 1024
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAL_MOUNT_ENABLED
|
#if HAL_MOUNT_ENABLED
|
||||||
@ -210,4 +210,4 @@ namespace AP {
|
|||||||
AP_Mount *mount();
|
AP_Mount *mount();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // HAL_MOUNT_ENABLED
|
#endif // HAL_MOUNT_ENABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user