AP_Mount: enable Solo Gimbal only on CubeGreen

This commit is contained in:
Peter Barker 2022-03-18 18:17:35 +11:00 committed by Randy Mackay
parent f186f612f9
commit f3bf6e56c8

View File

@ -27,7 +27,7 @@
#endif
#ifndef HAL_SOLO_GIMBAL_ENABLED
#define HAL_SOLO_GIMBAL_ENABLED HAL_MOUNT_ENABLED && BOARD_FLASH_SIZE > 1024
#define HAL_SOLO_GIMBAL_ENABLED 0
#endif
#if HAL_MOUNT_ENABLED