mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
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
Block a user