AP_Mount: remove ability to use DCM as AHRS

This commit is contained in:
Peter Barker 2021-07-20 22:16:21 +10:00 committed by Peter Barker
parent a3ee979b9c
commit 85bd9de903

View File

@ -27,7 +27,7 @@
#endif
#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
#if HAL_MOUNT_ENABLED
@ -210,4 +210,4 @@ namespace AP {
AP_Mount *mount();
};
#endif // HAL_MOUNT_ENABLED
#endif // HAL_MOUNT_ENABLED