mirror of https://github.com/ArduPilot/ardupilot
AP_Mount: Siyi enabled only on >1MB boards
This commit is contained in:
parent
2c88657a85
commit
bd9b34b828
|
@ -22,7 +22,7 @@
|
|||
#include "AP_Mount_Backend.h"
|
||||
|
||||
#ifndef HAL_MOUNT_SIYI_ENABLED
|
||||
#define HAL_MOUNT_SIYI_ENABLED HAL_MOUNT_ENABLED
|
||||
#define HAL_MOUNT_SIYI_ENABLED HAL_MOUNT_ENABLED && BOARD_FLASH_SIZE > 1024
|
||||
#endif
|
||||
|
||||
#if HAL_MOUNT_SIYI_ENABLED
|
||||
|
|
Loading…
Reference in New Issue